diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-08-14 17:43:35 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-08-14 17:43:46 +0200 |
commit | 7e7abf17dd7459bd14ab3bd09720c22ccb86b42a (patch) | |
tree | 81edbf5c0a1b42db33f3e246c710e36f6a61997a /setup.py | |
parent | 50a4ec92ad097d91ad971ae7f8b788d8b538dcfc (diff) | |
download | factory-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-x | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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', |