Skip to content

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

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.

2 participants