From 6514aa3d5c78933919be313d446e26b4d3ffe763 Mon Sep 17 00:00:00 2001 From: zed Date: Tue, 29 Aug 2017 21:52:17 +0300 Subject: [PATCH] Add link to a related project in README.rst Add link to Cookiecutter PyPackage (create Python package from a template as an alternative to the copy-paste). --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index a1ab22d..d51c8c5 100644 --- a/README.rst +++ b/README.rst @@ -23,3 +23,4 @@ More Resources - `What is setup.py? `_ on Stack Overflow - `The Hitchhiker's Guide to Packaging `_ +- `Cookiecutter template for a Python package `_