Closed fabaff closed 3 years ago
requirements.txt needs to part of the release tarball. Otherwise setup.py is not able to populate the install_requires.
requirements.txt
setup.py
install_requires
Could you please publish a new release after merging this or tag the source?
Thanks.
Hey! Yep, makes perfect sense. Thanks!
@fabaff: How did you achieve installation from source tarball? Package is pure Python, so maybe we should just use only .whl for distribution without .tar.gz?
requirements.txt
needs to part of the release tarball. Otherwisesetup.py
is not able to populate theinstall_requires
.Could you please publish a new release after merging this or tag the source?
Thanks.