Skip to content

Commit

Permalink
Merge pull request #293 from blisc/u_setup_update
Browse files Browse the repository at this point in the history
update setup with develop
  • Loading branch information
blisc authored Jan 24, 2020
2 parents ad829a9 + 8998265 commit cdeaf86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ def is_build_action():
if len(sys.argv) <= 1:
return False

BUILD_TOKENS = ["egg_info", "dist", "bdist", "sdist", "install", "build"]
BUILD_TOKENS = [
"egg_info", "dist", "bdist", "sdist", "install", "build", "develop"
]

if any([sys.argv[1].startswith(x) for x in BUILD_TOKENS]):
return True
Expand Down

0 comments on commit cdeaf86

Please sign in to comment.