On Thu, Jan 29, 2009 at 11:50 PM, Tres Seaver <[email protected]> wrote: >> Perhaps 'setup_config.py'? Something that makes it clear that the >> configuration is intended for the setup and installation, *not* the >> running Python package. > > I would argue against making it a .py file at all: make it an INI file, > or something.
setup.cfg could be used in that case. But having a .py file would allow having some values calculated dynamically, ++ Tarek -- Tarek Ziadé | Association AfPy | www.afpy.org Blog FR | http://programmation-python.org Blog EN | http://tarekziade.wordpress.com/ _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
