From 3d1480004983bee340d22a14862d714eec7276ae Mon Sep 17 00:00:00 2001 From: Bryan Veloso Date: Tue, 20 Mar 2012 02:39:28 -0700 Subject: [PATCH] Getting rid of versiontools. --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 46aef9a..50753e7 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,4 @@ setup( 'Programming Language :: Python :: 2.7', 'Topic :: Utilities' ], - setup_requires=[ - 'versiontools >= 1.8', - ], )