]> git.phdru.name Git - cookiecutter.git/blobdiff - cookiecutter
[setup.py] Append {project} to URL
[cookiecutter.git] / cookiecutter
index 4f5ae0b918df8ce134a6168e345960057b258442..52ea37767e1baf41e824e4a6f293c3304a981ddd 100755 (executable)
@@ -21,4 +21,5 @@ sphinx-quickstart --project="$project_name" --author="Oleg Broytman" \
    -v0.0 -r0.0.1 --ext-autodoc --makefile --no-batchfile -q docs &&
 
 git init && git add . &&
-exec git commit --message "Initial commit - created the project"
+git commit --message "Initial commit - created the project" &&
+exec ./mk-git-aliases