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

chore(build): use setuptools in setup.py to support wheel #73

Merged
merged 1 commit into from
Mar 23, 2017

Conversation

ankostis
Copy link
Contributor

Just by changing a single line, now it is possible to build and deploy "wheels" in PyPi,
with this python setup.py bdist_wheel in cmd-line.

The commands to build and deploy "wheels" in PyPi, are these:

python setup.py bdist_wheel
twine upload -s dist/*

Just by changing a single line, now it is possible to build and deploy "wheels" in PyPi,
with this `python setup.py bdist_wheel` in cmd-line.
@ankostis ankostis changed the title Use setuptools in setup.py to support wheel chore(build): use setuptools in setup.py to support wheel Mar 10, 2017
@ankostis
Copy link
Contributor Author

Hi @Anorov , thank you for this helpful utility.
Are you planning to make a new release?

@Anorov Anorov merged commit 485c4fe into Anorov:master Mar 23, 2017
@Anorov
Copy link
Owner

Anorov commented Mar 23, 2017

Done.

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