We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac19868 + 94fb03e commit 43d0535Copy full SHA for 43d0535
setup.py
@@ -25,7 +25,9 @@ def read(fname):
25
description="SymbiFlow Tools Data Manager",
26
python_requires=">=3.6",
27
url="https://github.com/SymbiFlow/symbiflow-tools-data-manager.git",
28
- entry_points={"console_scripts": ["get_latest_artifact_url=stdm.__init__:main"]},
+ entry_points={
29
+ "console_scripts": ["symbiflow_get_latest_artifact_url=stdm.__init__:main"]
30
+ },
31
install_requires=[
32
"requests",
33
],
0 commit comments