From 90e49613f96a8f1b792f97a1ec43a8d2a9820e55 Mon Sep 17 00:00:00 2001 From: kevgliss Date: Tue, 11 Aug 2015 16:21:00 -0700 Subject: [PATCH] develop doesn't need to build the static files, the make develop will do that --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 102a9002..ea7ef326 100644 --- a/setup.py +++ b/setup.py @@ -125,7 +125,6 @@ setup( }, cmdclass={ 'build_static': BuildStatic, - 'develop': DevelopWithBuildStatic, 'sdist': SdistWithBuildStatic, 'install': SmartInstall