mirror of
https://github.com/kennethreitz/setup.py.git
synced 2026-06-05 23:10:17 +00:00
f52a6a4f47
Generate the __version__ string from the version tuple. Having a tuple like this makes it easy for other packages to compare versions, e.g.: if VERSION > (3,): if VERSION < (1, 8):