Is there a way in distutils / setuptools to list the available build
commands via porperty or function?

Specifically, I want to be able to add a configuration and build some
classes only if one of these commands is specified.

python setup.py build <----- confuguration added
python setup.py sdist bdist_egg <----- confuguration added
python setup.py sdist <----- confuguration not added

Maybe there's a better way to do it.

-Chris
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to