twisted / nevow

Web Application Construction Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use python-versioneer for version number management

exarkun opened this issue · comments

python-versioneer removes the need to import version information in setup.py from the python package being packaged (something which fails in many contemporary build/install environments). It also avoids the need to specify the version information in more than one place.