[Python-Dev] Distutils ML wrap-up: setup.cfg new format

Antoine Pitrou solipsis at pitrou.net
Tue Sep 22 15:53:21 CEST 2009


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

Regards

Antoine.




More information about the Python-Dev mailing list