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

Setuptools conversion #1

Closed

Conversation

jhunkeler
Copy link
Collaborator

Help wanted.

# This flag says that the code is written to work on both Python 2 and Python
# 3. If at all possible, it is good practice to do this. If you cannot, you
# will need to generate wheels for each Python version that you support.
universal=1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not correct exactly. The code is written to work on Py2, and to work on Py3 after 2to3 is run (with no hand editing). Should we still have universal=1 set? I'm thinking not, but you know more about it.

@jhunkeler
Copy link
Collaborator Author

Sorry Chris, I should have mentioned I wasn't done porting this package yet (it's a copy/paste/sed-replaced boilerplate at the moment). There are a lot of little details to flesh out with this one.

@pllim
Copy link
Contributor

pllim commented Mar 30, 2018

If you still need this, need to rebase to resolve conflict. FYI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants