setup.py: setup_requires option removed

This commit is contained in:
Serghei Mihai 2015-04-07 15:49:42 +02:00
parent 0e62f184ba
commit 0647148d26
1 changed files with 0 additions and 3 deletions

View File

@ -96,9 +96,6 @@ setup(name="django-cmsplugin-blurp",
'tests_data/*'
],
},
setup_requires=[
'django>=1.5',
],
tests_require=[
'nose>=0.11.4',
],