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

List Python 2 and 3 support in setup.py #168

Merged
merged 2 commits into from Feb 28, 2014
Merged

List Python 2 and 3 support in setup.py #168

merged 2 commits into from Feb 28, 2014

Conversation

brettcannon
Copy link
Contributor

No description provided.

@tseaver
Copy link
Contributor

tseaver commented Feb 28, 2014

Thanks for the patch! I think we'd prefer to be even more specific, listing all the versions supported:

    "Programming Language :: Python",
    'Programming Language :: Python :: 2',
    'Programming Language :: Python :: 2.6',
    'Programming Language :: Python :: 2.7',
    'Programming Language :: Python :: 3',
    'Programming Language :: Python :: 3.2',
    'Programming Language :: Python :: 3.3',

@brettcannon
Copy link
Contributor Author

PTAL

tseaver added a commit that referenced this pull request Feb 28, 2014
List Python 2 and 3 support in setup.py
@tseaver tseaver merged commit 7ce1c6b into buildout:master Feb 28, 2014
@tseaver
Copy link
Contributor

tseaver commented Feb 28, 2014

Thanks again!

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

2 participants