Update clone uri
This commit is contained in:
parent
99d763b7c1
commit
6242cc0db6
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue