Closed kinow closed 3 years ago
Closes #197
Tested with python setup.py sdist, and then building from source in dist/. It worked after I added both version.py and requirements.txt to MANIFEST.
python setup.py sdist
dist/
version.py
requirements.txt
MANIFEST
Tested too that python setup.py bdist_wheel did not include these files.
python setup.py bdist_wheel
Closes #197
Tested with
python setup.py sdist
, and then building from source indist/
. It worked after I added bothversion.py
andrequirements.txt
toMANIFEST
.Tested too that
python setup.py bdist_wheel
did not include these files.