Merge pull request #65 from kennethreitz/add-packaging-guide

Add a link to the official Python Packaging Guide. Closes #40
This commit is contained in:
Timo Furrer
2019-02-14 20:09:57 +01:00
committed by GitHub
+1
View File
@@ -33,6 +33,7 @@ More Resources
--------------
- [What is setup.py?] on Stack Overflow
- [Official Python Packaging User Guide](https://packaging.python.org)
- [The Hitchhiker's Guide to Packaging]
- [Cookiecutter template for a Python package]