Skip to content
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

Consider just using setuptools #25

Closed
ericholscher opened this issue Aug 19, 2015 · 1 comment · Fixed by #149
Closed

Consider just using setuptools #25

ericholscher opened this issue Aug 19, 2015 · 1 comment · Fixed by #149

Comments

@ericholscher
Copy link
Member

Setuptools is widely required in the Python world, so we can likely drop the distutils block in our setup.py.

@lu-zero
Copy link

lu-zero commented Aug 19, 2015

I like the idea.

AWhetter added a commit that referenced this issue Aug 2, 2018
Removed distutils support. It wasn't working anyway (Closes #25).
Removed redundant package_dir and package_data options.
Removed old testing dependencies.
Removed unnecessary wheel dependency (Closes #143).
AWhetter added a commit that referenced this issue Aug 6, 2018
Removed distutils support. It wasn't working anyway (Closes #25).
Removed redundant package_dir and package_data options.
Removed old testing dependencies.
Removed unnecessary wheel dependency (Closes #143).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants