Opened 10 years ago
#12 new enhancement
setup.py should check for module.version as a function
Reported by: | flip | Owned by: | flip |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | install | Version: | |
Keywords: | Cc: |
Description
During a dependency check, setup.py examines various attributes of the modules it imports to try to divine the version number. Some examples:
module.version
module.version
module.VERSION
This currently works for all of the modules on which we're dependent, but it's been pointed out to me that some modules have a version function instead of an attribute. setup.py would be more robust if it took this into account.
Note: See
TracTickets for help on using
tickets.