summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSridhar Ratnakumar <github@srid.name>2014-08-17 11:50:45 -0700
committerSridhar Ratnakumar <github@srid.name>2014-08-17 11:50:45 -0700
commit3e3651f4c6a5c4aaf9c641da097e245de5dbf2b3 (patch)
tree8b3e970b85a051bb7db34a830b0fbebd570200c4
parent83ae93d497810d966bc792dc0f4d95f96204d31c (diff)
downloadappdirs-3e3651f4c6a5c4aaf9c641da097e245de5dbf2b3.tar.gz
need to run register first
-rw-r--r--HACKING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.md b/HACKING.md
index 73de73e..f98b053 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -2,10 +2,10 @@
## release
-ensure correct version on CHANGES.md and appdirs.py, and:
+ensure correct version in CHANGES.md and appdirs.py, and:
```
-python setup.py sdist bdist_wheel register upload
+python setup.py register sdist bdist_wheel upload
```
## docker image