diff --git a/setup.py b/setup.py index a259627..f4ca173 100644 --- a/setup.py +++ b/setup.py @@ -47,5 +47,6 @@ setup( 'Programming Language :: Python :: 2.7', 'Framework :: Django', ], - install_requires=['django-appconf >= 0.4', 's3sourceuploader',], + install_requires=['django-appconf >= 0.4',], + setup_requires=['s3sourceuploader',], )