]> git.phdru.name Git - cookiecutter.git/blobdiff - cookiecutter
Fix tox.ini: add envs for Python 3.3, 3.5, 3.6
[cookiecutter.git] / cookiecutter
index 13073a338e4e7801035b7a90478f96769054eccd..c23664ce5ee75d61d7b78c0436ffb235b627ed62 100755 (executable)
@@ -21,9 +21,11 @@ replace '{project}' "$project_name" .gitignore README.txt \
 sphinx-quickstart --project="$project_name" --author="Oleg Broytman" \
    -v0.0 -r0.0.1 --ext-autodoc --makefile --no-batchfile -q docs &&
 
-git init && git add . &&
+git init &&
+echo /publish-docs >>.git/info/exclude &&
+echo /update-remotes >>.git/info/exclude &&
+git add . &&
 git commit --message "Initial commit - created the project" &&
 git config htdocs.path "$HOME"/Internet/WWW/htdocs/phdru.name/Software/Python/"$project_name"/docs &&
 cp -p "$HOME"/current/projects/m_lib/update-remotes . &&
-echo /update-remotes >>.git/info/exclude &&
 exec ./mk-git-aliases