From: <ds...@us...> - 2007-11-10 23:21:48
|
Revision: 4217 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4217&view=rev Author: dsdale Date: 2007-11-10 15:21:38 -0800 (Sat, 10 Nov 2007) Log Message: ----------- moved setup.cfg to setup.cfg.template, so local modifications can be made without affecting the trunk Added Paths: ----------- trunk/matplotlib/setup.cfg.template Removed Paths: ------------- trunk/matplotlib/setup.cfg Deleted: trunk/matplotlib/setup.cfg =================================================================== --- trunk/matplotlib/setup.cfg 2007-11-10 23:20:44 UTC (rev 4216) +++ trunk/matplotlib/setup.cfg 2007-11-10 23:21:38 UTC (rev 4217) @@ -1,24 +0,0 @@ -# Rename this file to setup.cfg to modify matplotlib's -# build options. - -[egg_info] -tag_svn_revision = 1 - -[status] -# To suppress display of the dependencies and their versions -# at the top of the build log, uncomment the following line: -# -#suppress = True - -[provide_packages] -# by default, matplotlib checks for a few dependencies and -# installs them if missing. This feature can be turned off -# by uncommenting the following lines: -# -## date/timezone support: -#pytz = False -#dateutil = False -# -## experimental config package support: -#enthought.traits = False -#configobj = False Copied: trunk/matplotlib/setup.cfg.template (from rev 4216, trunk/matplotlib/setup.cfg) =================================================================== --- trunk/matplotlib/setup.cfg.template (rev 0) +++ trunk/matplotlib/setup.cfg.template 2007-11-10 23:21:38 UTC (rev 4217) @@ -0,0 +1,24 @@ +# Rename this file to setup.cfg to modify matplotlib's +# build options. + +[egg_info] +tag_svn_revision = 1 + +[status] +# To suppress display of the dependencies and their versions +# at the top of the build log, uncomment the following line: +# +#suppress = True + +[provide_packages] +# by default, matplotlib checks for a few dependencies and +# installs them if missing. This feature can be turned off +# by uncommenting the following lines: +# +## date/timezone support: +#pytz = False +#dateutil = False +# +## experimental config package support: +#enthought.traits = False +#configobj = False This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |