Skip to content

Commit

Permalink
fixed alias name
Browse files Browse the repository at this point in the history
  • Loading branch information
dyldonahue committed Aug 31, 2024
1 parent 87ecc5b commit 542e734
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 @@ -14,7 +14,7 @@ def parse_requirements(filename):
'console_scripts': [
'ner_setup=ner_setup:main', # Command 'ner_setup' runs 'main' function in ner_setup.py
'clang_restage=clang_restage:main',
'mini_term=miniterm:main',
'serial=miniterm:main',

],
},
Expand Down

0 comments on commit 542e734

Please sign in to comment.