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

Setup.py: update classifiers, add python_requires and long_description #142

Merged
merged 4 commits into from
Sep 16, 2018
Merged

Setup.py: update classifiers, add python_requires and long_description #142

merged 4 commits into from
Sep 16, 2018

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Sep 12, 2018

Some handy updates to setup.py:

  • Update Trove classifiers so the supported versions are clear on PyPI https://pypi.org/project/gpxpy/
  • Use setuptools rather than distutils for:
    • Add python_requires, so pip knows which version of this package to install for people's installed Python version
    • Add the README.md contents as long_description so https://pypi.org/project/gpxpy/ will show the README instead of "The author of this package has not provided a project description"

For these, make sure you have pip install -U setuptools twine and use twine for upload.

See:

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 85.453% when pulling 68e2866 on hugovk:update-setup into 1f344e9 on tkrajina:master.

@tkrajina tkrajina merged commit 68e2866 into tkrajina:master Sep 16, 2018
@tkrajina
Copy link
Owner

Thanks.

@hugovk hugovk deleted the update-setup branch September 16, 2018 07:11
setup.py Show resolved Hide resolved
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.

4 participants