From de49a44fad81813e0635650c56e48284387e83cf Mon Sep 17 00:00:00 2001 From: Alexander Hendorf Date: Mon, 31 Aug 2020 12:21:44 +0200 Subject: [PATCH] Update Link Just noticed the Cookiecutter link is no longer valid and it deserved an update. :) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96f63ab..3f6d801 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The official packaging documentation from the Python Packaging Authority. This project has an excellent example of a non-trivial, but sensible setup.py. I've learned so much by following the evolution of this project. -## [Cookiecutter](https://cookiecutter.readthedocs.io/en/latest/readme.html) +## [Cookiecutter](https://cookiecutter.readthedocs.io/en/latest/) So much more than a source of python package templates, you'll find a bunch of project templates for different languages and ecosystems. @@ -53,4 +53,4 @@ Aims to replace setup.py with something simpler and more declarative. ## [Conda](https://docs.conda.io/en/latest/) -A competitor to pip, largely used in the data community. Able to install much more than just python modules! \ No newline at end of file +A competitor to pip, largely used in the data community. Able to install much more than just python modules!