Closed jepegit closed 2 years ago
Also folders that should not be included in the tar.gz file when building get included. Tried modifying both the setup.py file and the mainifest.in file. Not succeeded so far.
setup.py
mainifest.in
Fixed it. Use prune folder in MANIFEST.IN and python -m build instead of python setup.py sdist. Added build as an dev requirement.
prune folder
MANIFEST.IN
python -m build
python setup.py sdist
build
Also folders that should not be included in the tar.gz file when building get included. Tried modifying both the
setup.py
file and themainifest.in
file. Not succeeded so far.