We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b722d0 commit 6c3e68bCopy full SHA for 6c3e68b
BUILD.txt
@@ -19,11 +19,12 @@ running:
19
20
1. Edit setup.py to ensure that all information therein (version, contact
21
information etc) is correct.
22
- 2. ./setup.py sdist -o
+ 2. python setup.py sdist -o
23
3. Check the MANIFEST to make sure that any new files are included. If
24
they are not, edit MANIFEST.in to include them. "Documentation" for
25
MANIFEST.in may be found in disutils.filelist._parse_template_line.
26
- 4. ./setup.py sdist
+ 4. python setup.py sdist
27
+ (if you find sdist a little verbose, add "-q" to the end of the command)
28
5. FTP the tar.gz from the dist directory to to the "incoming" directory on
29
"upload.sourceforge.net".
30
6. Make a quick release at:
0 commit comments