]> git.phdru.name Git - cookiecutter.git/blobdiff - cookiecutter
Include tox.ini into sdist
[cookiecutter.git] / cookiecutter
index 5973f10a79c518cf93b65bc8b2c9c46e4243c917..52ea37767e1baf41e824e4a6f293c3304a981ddd 100755 (executable)
@@ -14,11 +14,12 @@ cp -ap project_template "$HOME/tmp/$project_name" &&
 cd "$HOME/tmp/$project_name" &&
 mv project "$project_name" &&
 
 cd "$HOME/tmp/$project_name" &&
 mv project "$project_name" &&
 
-replace '{project}' "$project_name" README.txt docs/genapidocs mk-distr \
-   publish-docs setup.py tox.ini &&
+replace '{project}' "$project_name" .gitignore README.txt \
+   docs/genapidocs mk-distr publish-docs setup.py tox.ini &&
 
 sphinx-quickstart --project="$project_name" --author="Oleg Broytman" \
    -v0.0 -r0.0.1 --ext-autodoc --makefile --no-batchfile -q docs &&
 
 git init && git add . &&
 
 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