Skip to content

Commit bd79513

Browse files
fix: rename PyPI package to json2sql-cli (name conflict on PyPI)
1 parent 95a0249 commit bd79513

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=68.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "json2sql"
6+
name = "json2sql-cli"
77
version = "0.1.0"
88
description = "Convert JSON files/datasets to SQL INSERT statements"
99
readme = "README.md"

0 commit comments

Comments
 (0)