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

Switch to Twine uploads for PyPI #24

Open
tripleee opened this issue Apr 26, 2019 · 3 comments
Open

Switch to Twine uploads for PyPI #24

tripleee opened this issue Apr 26, 2019 · 3 comments

Comments

@tripleee
Copy link
Collaborator

This should get rid of the legacy warnings when uploading to PyPI, and offer some nice goodies such as support for displaying the README.md in the project's description on PyPI.

See #23 (comment) for a surrounding discussion.

The main discussion point here is whether switching from distutils to setuptools is acceptable. There are some other dependencies which this change will pull in, but nothing which a modern Python 3 project would not usually require. I say let's go for it.

Show of thumbs please?

@tripleee
Copy link
Collaborator Author

tripleee commented Apr 26, 2019

https://gist.github.com/gboeing/dcfaf5e13fad16fc500717a3a324ec17 has a succinct summary of the requirements and commands (with some caveats; see comments).

@tripleee
Copy link
Collaborator Author

In fact install_requires in setup.py is apparently already a setuptools thing?

@double-fault
Copy link
Member

This surely seems to be a good option.

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

2 participants