Skip to content

Commit

Permalink
fix wheel install error on simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
tab-cmd committed Oct 28, 2024
1 parent e5ed717 commit 402391b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 4 additions & 0 deletions bcipy/simulator/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
""" Simulator package. View README """
from bcipy.simulator.task import task_runner

def main():
task_runner.main()
6 changes: 0 additions & 6 deletions bcipy/simulator/__main__.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def run(self):
[
'bcipy = bcipy.main:bcipy_main',
'bcipy-erp-viz = bcipy.helpers.visualization:erp',
'bcipy-sim = bcipy.simulator:__main__',
'bcipy-sim = bcipy.simulator:main',
"bcipy-train = bcipy.signal.model.offline_analysis:main"],
},
install_requires=REQUIRED,
Expand Down

0 comments on commit 402391b

Please sign in to comment.