torproject / stem Public
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setup.py needs cleanup #43
Comments
|
Hey @atagar, I will be trying to fix this. I have found a very interesting page that gives several options to solve this. Can you please take a look and check which would make more sense? In the meantime, I have migrate distutils to setuptools in #58 |
|
By the way, the original ticket mentioned:
|
Setuptools doesn't provide anything we need so I stuck with distutils, but that's discouraged nowadays. Thanks to Miguel finally making the move. #43
|
Thanks Miguel! Pushed along with some test fixes. As for getting the package version thanks for pointing that out! We actually previously did the first option, so we could probably simply revert this to do that. |
|
Hey @atagar, thanks for the tips, I have adapted the previous code and submitted another PR. |
|
Thanks Miguel! Merged. |
Migrated from ticket 31234.
The text was updated successfully, but these errors were encountered: