summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/release.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release.txt b/doc/release.txt
index 5e4e090..4a49ae5 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -1,7 +1,7 @@
Release Process
===============
-1. Preparatation
+1. Preparation
1. Check if the dependencies of the package are correct
2. Update the version number in __pkginfo__
3. Put the version number and the release date into the changelog
@@ -17,7 +17,7 @@ Release Process
4. Run
- $ python setup.py register sdist upload
+ $ python setup.py register sdist --formats=gztar upload
to release a new version to PyPI.
\ No newline at end of file