]> git.phdru.name Git - cookiecutter.git/commit
Initial commit
authorOleg Broytman <phd@phdru.name>
Mon, 21 Dec 2015 20:53:00 +0000 (23:53 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 21 Dec 2015 20:53:00 +0000 (23:53 +0300)
commitf3a77fb183a5d87ad6118547ec76632af59d36a7
treeb868c14811c186eccca844076981a5ffa87a9560
Initial commit
12 files changed:
project_template/.gitattributes [new file with mode: 0644]
project_template/.gitignore [new file with mode: 0644]
project_template/ChangeLog [new file with mode: 0644]
project_template/MANIFEST.in [new file with mode: 0644]
project_template/README.txt [new file with mode: 0644]
project_template/TODO [new file with mode: 0644]
project_template/mk-distr [new file with mode: 0755]
project_template/project/__init__.py [new file with mode: 0644]
project_template/project/__version__.py [new file with mode: 0644]
project_template/requirements.txt [new file with mode: 0644]
project_template/setup.cfg [new file with mode: 0644]
project_template/setup.py [new file with mode: 0755]