Tarek Ziadé wrote:
I think things will look better the day we remove setup.py in favor of
a static metadata file.

I concur this is unlikely to ever happen and agree that the best thing to do is writer a helper that lets people get access to their metadata from a declarative file, eg:

from distribute import setup

...

setup(metadata='setup.ini',**other_options)

cheers,

Chris

--
Simplistix - Content Management, Batch Processing & Python Consulting
           - http://www.simplistix.co.uk
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to