summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2018-09-18 19:31:13 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2018-09-18 19:31:13 +0200
commit52ed8055f627703a80c1a702612b1a778bee88eb (patch)
tree02401b1e38b980409b03689733b136f63ea007f2
parentc7d39d0be354bb8ed789d06aa0c6f97f49168c64 (diff)
downloadxstatic-git-52ed8055f627703a80c1a702612b1a778bee88eb.tar.gz
update packaging docs about git / .gitignore
-rw-r--r--docs/source/packaging.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/packaging.rst b/docs/source/packaging.rst
index 9b0b78b..33e6a31 100644
--- a/docs/source/packaging.rst
+++ b/docs/source/packaging.rst
@@ -29,8 +29,8 @@ steps:
This file's content will also be shown as long description on PyPi.
Please note that this file is written in reST markup, so that PyPi can
generate your project's page from it.
-* If you use Mercurial, update .hgignore so it ignores:
- ^XStatic_FooBar.egg-info/
+* If you use git (Mercurial), update .gitignore (.hgignore) so it ignores:
+ XStatic_FooBar.egg-info
* Review all the stuff you did, make sure you did not forget anything, make
sure there is no jquery reference left.
* Run python setup.py sdist.