June 30, 2009
2:31 p.m.
Jim Fulton wrote:
What do you want to do exactly ? And do you do it with setuptools ? If it's about setup.py I'm guesssing it's done on a distribution source, not an installed source ?
I'm building Sphinx documentation, but I want the conf.py to be driven right from the package it's in, rather than having to manually enter the information again...
I recommend creating a data file that both setup.py and sphinx's config.py read.
Declarative specification of package metadata in a non-python format? Heresy! ;-) Chris