develop doesn't need to build the static files, the make develop will do that

This commit is contained in:
kevgliss 2015-08-11 16:21:00 -07:00
parent d3ff79d800
commit 90e49613f9
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ setup(
},
cmdclass={
'build_static': BuildStatic,
'develop': DevelopWithBuildStatic,
'sdist': SdistWithBuildStatic,
'install': SmartInstall