| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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 <stephen@that.guru>
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 <stephen@that.guru>
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 <stephen@that.guru>
| Back | FazBrowse Home | New Git URL |
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.