flightaware / tohil

a feathered serpent, delightful integration between python, the serpent, and TCL, the feather...
Other
21 stars 9 forks source link

Can't install tohil through pip via the VCS url #47

Open NasaGeek opened 3 years ago

NasaGeek commented 3 years ago

Though not generally used for production purposes, it can be useful to install Python packages from VCS repos through pip by using a special URL (documentation: https://pip.pypa.io/en/stable/cli/pip_install/#vcs-support). Tohil cannot be installed this way because it does not have a setup.py file in its repo. Instead, setup.py is generated from setup.py.in via autoconf. We should consider not dynamically generating the setup.py file so that this installation method is available. This would be less of an issue if tohil were available via PyPI.

wusspuss commented 2 years ago

Is anything preventing tohil from being available via PyPI?