Skip to content

Commit 94fb03e

Browse files
committed
Rename the script target to include symbiflow_ in the name.
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
1 parent ac19868 commit 94fb03e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ def read(fname):
2525
description="SymbiFlow Tools Data Manager",
2626
python_requires=">=3.6",
2727
url="https://github.com/SymbiFlow/symbiflow-tools-data-manager.git",
28-
entry_points={"console_scripts": ["get_latest_artifact_url=stdm.__init__:main"]},
28+
entry_points={
29+
"console_scripts": ["symbiflow_get_latest_artifact_url=stdm.__init__:main"]
30+
},
2931
install_requires=[
3032
"requests",
3133
],

0 commit comments

Comments
 (0)