From eff841e80908a72310106f709a8debe77fe8145d Mon Sep 17 00:00:00 2001 From: cpopa Date: Sun, 24 Aug 2014 23:44:45 +0300 Subject: Specify in the release process that sdist should use .tar.gz extension. --- doc/release.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.1