install -> develop

This commit is contained in:
Anthony Scopatz 2015-04-06 23:57:38 -05:00
parent 827fbbfbe7
commit 17fb139607

View file

@ -51,7 +51,7 @@ if HAVE_SETUPTOOLS:
def run(self):
clean_tables()
build_tables()
install.run(self)
develop.run(self)
def main():