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

Modify setup.py to support setuptools/wheel #370

Closed
wants to merge 1 commit into from
Closed

Modify setup.py to support setuptools/wheel #370

wants to merge 1 commit into from

Conversation

jerickso
Copy link
Member

@jerickso jerickso commented Nov 6, 2015

To support creation of whl files for PyPI, setuptools need to be imported
instead of distutils. Created try/except case to fall back to integrated
distutils if setuptools is not installed.

To support creation of whl files for PyPI, setuptools need to be imported
instead of distutils.  Created try/except case to fall back to integrated
distutils if setuptools is not installed.
@heni
Copy link

heni commented Jan 15, 2016

+1 I also interested in this functionality

@dvarrazzo
Copy link
Member

Merged to my repos to check the full test grid

@dvarrazzo
Copy link
Member

Merged in 2.6 branch

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 this pull request may close these issues.

None yet

3 participants