From 1224ab4005a4dd6833a177dcf7b2a87df5bb718b Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Tue, 6 Sep 2011 12:31:56 +0200 Subject: [PATCH] Added versiontools requirement to setup.py. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 37bb161..00e15f7 100644 --- a/setup.py +++ b/setup.py @@ -31,4 +31,5 @@ setup( 'Framework :: Django', ], install_requires=['django-appconf >= 0.4'], + setup_requires=['versiontools >= 1.5'], )