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

No bdist_wheel package available on pypi.python.org #11

Open
tpost opened this issue Nov 16, 2016 · 0 comments
Open

No bdist_wheel package available on pypi.python.org #11

tpost opened this issue Nov 16, 2016 · 0 comments

Comments

@tpost
Copy link

tpost commented Nov 16, 2016

Only the source is available on pypi.python.org, so users must first install 'zlib' before running pip install pyminizip. If pyminizip were also distributed as a binary wheel package, then that extra manual step would be eliminated. This would be helpful for people installing pyminizip in a virtualenv or for downstream PIP projects that depend on pyminizip.

This could be done by running the following on a system with zlib already installed:

pip install twine
pip install wheel
python setup.py sdist bdist_wheel
twine upload dist/*
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

No branches or pull requests

1 participant