[Distutils] access to setup() arguments
chris
cdcasey at gmail.com
Thu Sep 4 22:27:11 CEST 2008
If I have something like this in a setup.py
setup(
name = 'foo',
...
)
is there a way to access name and get back foo?
Thanks,
Chris
More information about the Distutils-SIG
mailing list