Turbo87 / utm

Bidirectional UTM-WGS84 converter for python
http://pypi.python.org/pypi/utm
MIT License
486 stars 101 forks source link

Add version information to the Python module #21

Closed mairsbw closed 8 years ago

mairsbw commented 8 years ago

It's helpful when checking dependencies programmatically or for a developer to be able to retrieve version information from the modules __version__ attribute (see PEP396).

Our use case is a check_dependencies.py script that the developer can run to verify they have all necessary packages installed and that they're the correct version.

Turbo87 commented 8 years ago

@mairsbw can you open a pull request for that with the necessary changes?

mairsbw commented 8 years ago

Unfortunately I cannot right now. This is a nice-to-have for work, but I'm not able to allocate time for this for the next few weeks.

Turbo87 commented 8 years ago

closing this for now. feel free to open a PR once you find time for it and thanks for the suggestion