Skip to content

Commit

Permalink
Adjust list of tokens to new line length.
Browse files Browse the repository at this point in the history
Signed-off-by: Stanislav Beliaev <[email protected]>
  • Loading branch information
stasbel committed Jan 25, 2020
1 parent 3c2279f commit 6234d86
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ def is_build_action():
if len(sys.argv) <= 1:
return False

BUILD_TOKENS = [
"egg_info", "dist", "bdist", "sdist", "install", "build", "develop"
]
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 6234d86

Please sign in to comment.