Skip to content

Commit

Permalink
FIX install requires to use extend instead of append
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Oct 31, 2015
1 parent cc34b7d commit 645134a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def check_dependencies():
README_content = f.read()

install_requires = check_dependencies()
install_requires.append(["setuptools",
install_requires.extend(["setuptools",
"decorator",
"GoreUtilities == 0.5.0",
"fcsparser>=0.1.1"])
Expand Down

0 comments on commit 645134a

Please sign in to comment.