Skip to content

Commit

Permalink
Use entry_points to install signalflow CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Feb 18, 2024
1 parent b4a195e commit 4ad81e5
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 @@ -99,7 +99,7 @@ def build_extension(self, ext):
},
entry_points = {
'console_scripts': [
'signalflow_test = signalflow_cli:main',
'signalflow = signalflow_cli:main',
],
}
)

0 comments on commit 4ad81e5

Please sign in to comment.