How to customize egg_info behavior
July 31, 2010
7:39 p.m.
I'm using setuptools 0.6c11. I'd like to programmatically customize the way the egg_info command is run. That is, in my setup.py, I would like to run some functions to determine the tag-build, tag-date, and tag-svn-revision parameters to egg_info. Are there parameters How is this task best accomplished? Do I subclass the egg_info Command? If so, do I just specify cmdclass={'egg_info':my_custom_egg_info} ? Or would you recommend another approach? Regards, Jason
5699
Age (days ago)
5699
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jason R. Coombs