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

Use python-build to also make wheels #247

Merged
merged 1 commit into from
Dec 11, 2022
Merged

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Feb 6, 2022

Fixes #237.

Currently, gpxpy is distributed on PyPI only as a sdist:

Please could you also distribute a wheel? It makes installation faster. More info:

This PR updates the makefile to create both an sdist and wheel using https://github.com/pypa/build, and upload both.

This solves another problem too, calling setup.py directly is deprecated by setuptools:

@jtpio
Copy link

jtpio commented Feb 7, 2022

Thanks @hugovk!

@tkrajina tkrajina merged commit 79f7d45 into tkrajina:dev Dec 11, 2022
@tkrajina
Copy link
Owner

Merged, thanks (I plan to clean up a few more pull requests and then release a new version, including your wheel distribution).

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.

Publish a pure Python wheel to PyPI?
3 participants