Skip to content

Commit 43d0535

Browse files
authored
Merge pull request #10 from mithro/master
Rename the script target to include `symbiflow_` in the name.
2 parents ac19868 + 94fb03e commit 43d0535

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)