Getting rid of versiontools.

This commit is contained in:
Bryan Veloso 2012-03-20 02:39:28 -07:00
parent f54ff8796e
commit 3d14800049

View file

@ -37,7 +37,4 @@ setup(
'Programming Language :: Python :: 2.7',
'Topic :: Utilities'
],
setup_requires=[
'versiontools >= 1.8',
],
)