From 7e7abf17dd7459bd14ab3bd09720c22ccb86b42a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Wed, 14 Aug 2013 17:43:35 +0200 Subject: Final fix for setup.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaƫl Barrois --- setup.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f8c1d3f..f9c2844 100755 --- a/setup.py +++ b/setup.py @@ -37,6 +37,9 @@ setup( keywords=['factory_boy', 'factory', 'fixtures'], packages=['factory'], license='MIT', + setup_requires=[ + 'setuptools>=0.8', + ], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', -- cgit v1.2.3