Closed
Description
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
Labels
No labels