Skip to content

Commit

Permalink
Remove invalid console script declaration (#37)
Browse files Browse the repository at this point in the history
Fixes #36
  • Loading branch information
tristan0x committed May 24, 2024
1 parent 9610737 commit 4c22e05
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@
"test": test_reqs,
"viz": ["vtk"],
},
entry_points={
"console_scripts": [
"astrovascpy=astrovascpy.cli:main",
],
},
include_package_data=True,
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 4c22e05

Please sign in to comment.