File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1+ include LICENSE_NONCOMMERCIAL.md
2+ include LICENSE_COMMERCIAL.md
3+ include README.md
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "insert-tools"
33version = " 1.0.1"
44description = " 🧩 Safe insertion of SELECT queries into ClickHouse with schema validation"
55readme = " README.md"
6- license = { file = " LICENSE_NONCOMMERCIAL.md " }
6+ license = { text = " MIT License " }
77authors = [{ name = " castengine" , email = " k.n.gorelov@gmail.com" }]
88requires-python = " >=3.8"
99
@@ -15,12 +15,7 @@ dependencies = [
1515]
1616
1717classifiers = [
18- " License :: Other/Proprietary License" ,
1918 " Programming Language :: Python :: 3" ,
20- " Programming Language :: Python :: 3.8" ,
21- " Programming Language :: Python :: 3.9" ,
22- " Programming Language :: Python :: 3.10" ,
23- " Programming Language :: Python :: 3.11" ,
2419 " Operating System :: OS Independent"
2520]
2621
@@ -38,3 +33,4 @@ build-backend = "setuptools.build_meta"
3833[tool .setuptools ]
3934packages = [" clickhouse_insert" ]
4035include-package-data = false
36+ license-files = []
You can’t perform that action at this time.
0 commit comments