Skip to content

Commit 6c3e68b

Browse files
author
Richard Jones
committed
minor notes
1 parent 2b722d0 commit 6c3e68b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

BUILD.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ running:
1919

2020
1. Edit setup.py to ensure that all information therein (version, contact
2121
information etc) is correct.
22-
2. ./setup.py sdist -o
22+
2. python setup.py sdist -o
2323
3. Check the MANIFEST to make sure that any new files are included. If
2424
they are not, edit MANIFEST.in to include them. "Documentation" for
2525
MANIFEST.in may be found in disutils.filelist._parse_template_line.
26-
4. ./setup.py sdist
26+
4. python setup.py sdist
27+
(if you find sdist a little verbose, add "-q" to the end of the command)
2728
5. FTP the tar.gz from the dist directory to to the "incoming" directory on
2829
"upload.sourceforge.net".
2930
6. Make a quick release at:

0 commit comments

Comments
 (0)