summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2014-08-24 23:44:45 +0300
committercpopa <devnull@localhost>2014-08-24 23:44:45 +0300
commiteff841e80908a72310106f709a8debe77fe8145d (patch)
tree858239db6483a467a5bfa5ea2c2b2dace2127fa5 /doc
parent5f45463f2774e71b1e957490c71cbfeae3b85ec0 (diff)
downloadastroid-eff841e80908a72310106f709a8debe77fe8145d.tar.gz
Specify in the release process that sdist should use .tar.gz extension.
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