Thanks to visit codestin.com Credit goes to github.com
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 0908cdc commit 8dbdd43Copy full SHA for 8dbdd43
1 file changed
DEVNOTES
@@ -37,6 +37,12 @@ http://matplotlib.sourceforge.net
37
38
0) Remove MANIFEST so it will be rebuilt by MANIFEST.in
39
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
+
46
1) Comment out all the savefig commands in the examples dir
47
> rfr -f savefig -r '#savefig' *.py
48
> rfr -f '##savefig' -r '#savefig' *.py
0 commit comments