[Python-Dev] Distutils ML wrap-up: setup.cfg new format (original) (raw)
Michael Foord fuzzyman at voidspace.org.uk
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 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 ]