You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered:
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
tosetuptools
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?
The text was updated successfully, but these errors were encountered: