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.
1 parent a5a7046 commit 2385b88Copy full SHA for 2385b88
setup.py
@@ -41,7 +41,7 @@
41
install_requires=REQUIREMENTS,
42
entry_points={
43
"console_scripts": [
44
- "abstra_json_sql=abstra_json_sql.cli:main",
+ "abstra-json-sql=abstra_json_sql.cli:main",
45
],
46
},
47
)
0 commit comments