Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 4c22e05

Browse files
authored
Remove invalid console script declaration (#37)
Fixes #36
1 parent 9610737 commit 4c22e05

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setup.py

-5
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@
6969
"test": test_reqs,
7070
"viz": ["vtk"],
7171
},
72-
entry_points={
73-
"console_scripts": [
74-
"astrovascpy=astrovascpy.cli:main",
75-
],
76-
},
7772
include_package_data=True,
7873
classifiers=[
7974
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)