Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

match python versions that have major/minor with no dot #67

Merged
merged 2 commits into from
Jun 4, 2018

Conversation

danfoster
Copy link
Contributor

Some filenames have the version of py{major}{minor} (i.e. with no dot).

For example: https://pypi.org/project/Paste/#files has Paste-2.0.3-py34-none-any.whl causes the classifier to generate py34 for the python_version, but when using the --python-version=3.4" argument, it would only match ['cp34', 'source', 'py2.py3', 'py3', 'py3.4', '3.4']`.

The PR adds py{major}{minor} as a valid expanded python version.

@peterbe peterbe merged commit 1902803 into peterbe:master Jun 4, 2018
@peterbe
Copy link
Owner

peterbe commented Jun 4, 2018

THANK YOU!!

I'll try to make a release for this.

@peterbe
Copy link
Owner

peterbe commented Jun 4, 2018

See #68

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants