[Python-Dev] Distutils ML wrap-up: setup.cfg new format
Michael Foord
fuzzyman at voidspace.org.uk
Tue Sep 22 15:55:31 CEST 2009
More information about the Python-Dev mailing list
Tue Sep 22 15:55:31 CEST 2009
- Previous message: [Python-Dev] Distutils ML wrap-up: setup.cfg new format
- Next message: [Python-Dev] Distutils ML wrap-up: setup.cfg new format
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Antoine Pitrou wrote: > Tarek Ziadé <ziade.tarek <at> gmail.com> writes: > >> [setup] >> name: Foo >> version: 1.2 >> > > I am probably missing something, but why doesn't it use the more common > ini-style: > > [setup] > name = Foo > version = 1.2 > ConfigParser recognises both, but other tools (*coff* ConfigObj) only recognises the latter (=). Michael > Regards > > Antoine. > > > _______________________________________________ > Python-Dev mailing list > Python-Dev at python.org > http://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: http://mail.python.org/mailman/options/python-dev/fuzzyman%40voidspace.org.uk > -- http://www.ironpythoninaction.com/
- Previous message: [Python-Dev] Distutils ML wrap-up: setup.cfg new format
- Next message: [Python-Dev] Distutils ML wrap-up: setup.cfg new format
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list