Skip to content

Commit 00a6157

Browse files
committed
Fix setup.py
1 parent 14fb955 commit 00a6157

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "0.0.1"

stage3.0_first_views/setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,4 @@
2020
data_files=[
2121
(".", ["README.md"]),
2222
],
23-
entry_points={
24-
'console_scripts': [
25-
f'pycasa = {PKG_NAME}.app.main:main',
26-
],
27-
},
2823
)

0 commit comments

Comments
 (0)