8000 whl package does not include an executable · Issue #94 · Romern/syncMyMoodle · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
whl package does not include an executable #94
Closed
@LuckyTurtleDev

Description

@LuckyTurtleDev

The whl package does only include side packages and no executable.

$ tree 
.
└── lib
    └── python3.10
        └── site-packages
            ├── syncmymoodle
            │   ├── debug.py
            │   ├── __init__.py
            │   ├── __main__.py
            │   └── __pycache__
            │       ├── debug.cpython-310.opt-1.pyc
            │       ├── debug.cpython-310.pyc
            │       ├── __init__.cpython-310.opt-1.pyc
            │       ├── __init__.cpython-310.pyc
            │       ├── __main__.cpython-310.opt-1.pyc
            │       └── __main__.cpython-310.pyc
            └── syncMyMoodle-0.0.3.dist-info
                ├── LICENSE
                ├── METADATA
                ├── RECORD
                ├── top_level.txt
                └── WHEEL

Step to reproduce:

  • build whl package
  • install whl package
python -m build --wheel --no-isolation
python -m installer --destdir=test dist/*.whl

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0