Skip to content
This repository was archived by the owner on Mar 18, 2019. It is now read-only.

Setuptools improvements #166

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

stephenfin
Copy link

The main focus here is to get the Markdown-formatted README displaying on the new pypi.org. However, along there way there is some general cleanup aimed at promoting modern best practices for Python packaging.

The former of these duplicates functionality already provided by
setuptools, while the latter doesn't do anything. Replace the first and
remove the second.

Signed-off-by: Stephen Finucane <[email protected]>
This is machine readable and frankly more human-readable too. Also, it
comes with goodies we can start using shortly.

Signed-off-by: Stephen Finucane <[email protected]>
Finally, the thing we came here to solve: displaying the README on
pypi.org. This is made possible thanks to PEP 566 [1].

[1] https://www.python.org/dev/peps/pep-0566/

Signed-off-by: Stephen Finucane <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant