We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec363f6 commit a531421Copy full SHA for a531421
1 file changed
setup.py
@@ -27,7 +27,7 @@
27
VERSION = match.group(1) if match else "0.0.0"
28
29
setup(
30
- name="json_sql",
+ name="abstra_json_sql",
31
license="MIT",
32
version=VERSION,
33
description="run SQL queries on JSON data",
0 commit comments