From 6242cc0db6ca334c22f223fc3ad248af8c799242 Mon Sep 17 00:00:00 2001 From: Louis Taylor Date: Mon, 14 Dec 2015 18:02:39 +0000 Subject: [PATCH] Update clone uri --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4514a72..2bfa409 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Usage ----- pip install cookiecutter - git clone https://github.com/borntyping/cookiecutter-pypackage-minimal.git + git clone https://github.com/kragniz/cookiecutter-pypackage-minimal.git cookiecutter cookiecutter-pypackage-minimal/ You should then change the classifiers in `{{ package_name }}/setup.py` - it is assumed that the project will run on the latest versions of Python 2 and 3, so you should remove any classifiers that do not apply. The full list of PyPI classifiers can be found [here](https://pypi.python.org/pypi?:action=list_classifiers).