Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8dbdd43

Browse files
committed
add notes about building a setuptools-compatible release
svn path=/trunk/matplotlib/; revision=2588
1 parent 0908cdc commit 8dbdd43

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

DEVNOTES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ http://matplotlib.sourceforge.net
3737

3838
0) Remove MANIFEST so it will be rebuilt by MANIFEST.in
3939

40+
0) Make sure sdist builds setuptools-compatible release: Remove
41+
setup.cfg (or, if more than the [egg_info] section is in
42+
this file, remove the [egg_info] section). See
43+
http://mail.python.org/pipermail/distutils-sig/2006-July/006561.html
44+
for more info.
45+
4046
1) Comment out all the savefig commands in the examples dir
4147
> rfr -f savefig -r '#savefig' *.py
4248
> rfr -f '##savefig' -r '#savefig' *.py

0 commit comments

Comments
 (0)