[Distutils] docs on using setuptools in a release cycle with RPMS
Noah Gift
noah.gift at gmail.com
Thu Jan 17 10:16:48 CET 2008
I am trying to get egg generation entry points integrated with
building RPM's, and hopefully debian packages too. I haven't had much
luck finding any documentation on this though. My specific question is:
Can I use:
python2.5 ./setup.py bdist_rpm --binary-only --release=py25 --python=/
usr/local/bin/python2.5
and expect that an console script entry point I define in setup.py
will install to the bin directory for an rpm as well?
If someone has some documents or a build script I could look at, I
would appreciate it.
Noah
More information about the Distutils-SIG
mailing list