summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2013-08-14 17:43:35 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2013-08-14 17:43:46 +0200
commit7e7abf17dd7459bd14ab3bd09720c22ccb86b42a (patch)
tree81edbf5c0a1b42db33f3e246c710e36f6a61997a /setup.py
parent50a4ec92ad097d91ad971ae7f8b788d8b538dcfc (diff)
downloadfactory-boy-7e7abf17dd7459bd14ab3bd09720c22ccb86b42a.tar
factory-boy-7e7abf17dd7459bd14ab3bd09720c22ccb86b42a.tar.gz
Final fix for setup.py
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 3 insertions, 0 deletions
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',