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

filelock should provide universal wheels #72

Closed
AndrewHoos opened this issue Jul 2, 2020 · 2 comments
Closed

filelock should provide universal wheels #72

AndrewHoos opened this issue Jul 2, 2020 · 2 comments

Comments

@AndrewHoos
Copy link

The filelock wheels on pypi.org are not universal:
https://pypi.org/simple/filelock/

e.g. filelock-3.0.12-py3-none-any.whl

It would be nice to have universal wheels. They can be built with

python3 setup.py bdist_wheel --universal

This will produce wheels named:
filelock-3.0.12-py2.py3-none-any.whl

Instead of the current name:
filelock-3.0.12-py3-none-any.whl

graingert added a commit to graingert/py-filelock that referenced this issue Jul 15, 2020
@graingert
Copy link

@AndrewHoos @benediktschmitt see #75

@gaborbernat
Copy link
Member

Done in #87

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 a pull request may close this issue.

3 participants