Browse Source

Setup tweaks.

master
Erik Stein 7 years ago
parent
commit
37f7f36ec8
  1. 2
      .gitignore
  2. 4
      setup.py

2
.gitignore vendored

@ -60,3 +60,5 @@ target/
links/ links/
_version.py

4
setup.py

@ -8,8 +8,8 @@ import subprocess
""" """
Use `git tag 1.0.0` to tag a release; `python setup.py --version` Use `git tag -a -m "Release 1.0.0" 1.0.0` to tag a release;
to update the _version.py file. `python setup.py --version` to update the _version.py file.
""" """

Loading…
Cancel
Save