Skip to content

Commit

Permalink
Fix entry point bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurovski committed Jul 29, 2018
1 parent d908510 commit 0d5bc0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
# Example:
# numpy==1.13.3
# scipy==1.0
pandas
numpy
scikit-learn

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Add here console scripts and other entry points in ini-style format
entry_points = """
[console_scripts]
multi_channel_bpr = multi_channel_bpr.run:main
multi_channel_bpr = multi_channel_bpr.run:run
# For example:
# fibonacci = multi_channel_bpr.skeleton:run
"""
Expand Down

0 comments on commit 0d5bc0d

Please sign in to comment.