Skip to content

Commit e11a447

Browse files
author
Josef-MrBeam
committed
change versioneer install instructions
1 parent 666a64f commit e11a447

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

versioneer.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
4949
* `pip install versioneer` to somewhere to your $PATH
5050
* add a `[versioneer]` section to your setup.cfg (see below)
51-
* run `versioneer install` in your source tree, commit the results
51+
* run `python versioneer.py setup` in your source tree, commit the results
5252
5353
## Version Identifiers
5454
@@ -192,7 +192,7 @@
192192
* modify your `MANIFEST.in` to include both `versioneer.py` and the
193193
generated `__version.py` in sdist tarballs
194194
195-
`versioneer install` will complain about any problems it finds with your
195+
`python versioneer.py setup` will complain about any problems it finds with your
196196
`setup.py` or `setup.cfg`. Run it multiple times until you have fixed all
197197
the problems.
198198
@@ -203,7 +203,7 @@
203203
cmdclass=versioneer.get_cmdclass(),
204204
205205
* 4: commit these changes to your VCS. To make sure you won't forget,
206-
`versioneer install` will mark everything it touched for addition using
206+
`python versioneer.py setup` will mark everything it touched for addition using
207207
`git add`. Don't forget to add `setup.py` and `setup.cfg` too.
208208
209209
## Post-Installation Usage
@@ -309,7 +309,7 @@
309309
* install the new Versioneer (`pip install -U versioneer` or equivalent)
310310
* edit `setup.cfg`, if necessary, to include any new configuration settings
311311
indicated by the release notes
312-
* re-run `versioneer install` in your source tree, to replace
312+
* re-run `python versioneer.py setup` in your source tree, to replace
313313
`SRC/__version.py`
314314
* commit any changed files
315315

0 commit comments

Comments
 (0)