We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b58d8e commit 273e048Copy full SHA for 273e048
1 file changed
setup.py
@@ -89,9 +89,9 @@
89
# To provide executable scripts, use entry points in preference to the
90
# "scripts" keyword. Entry points provide cross-platform support and allow
91
# pip to create the appropriate form of executable for the target platform.
92
- # entry_points={
93
- # 'console_scripts': [
94
- # 'sample=sample:main',
95
- # ],
96
- # },
+ entry_points={
+ 'console_scripts': [
+ 'sidpy-mcp=sidpy.proc.mcp_server_beps:main',
+ ],
+ },
97
)
0 commit comments