Skip to content

Commit 273e048

Browse files
committed
adjusted setup
1 parent 1b58d8e commit 273e048

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
# To provide executable scripts, use entry points in preference to the
9090
# "scripts" keyword. Entry points provide cross-platform support and allow
9191
# pip to create the appropriate form of executable for the target platform.
92-
# entry_points={
93-
# 'console_scripts': [
94-
# 'sample=sample:main',
95-
# ],
96-
# },
92+
entry_points={
93+
'console_scripts': [
94+
'sidpy-mcp=sidpy.proc.mcp_server_beps:main',
95+
],
96+
},
9797
)

0 commit comments

Comments
 (0)