Skip to content

Commit edf0cab

Browse files
author
Кирилл Горелов
committed
chore: prep for public release – updated licenses
1 parent 9dfc439 commit edf0cab

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include LICENSE_NONCOMMERCIAL.md
2+
include LICENSE_COMMERCIAL.md
3+
include README.md

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "insert-tools"
33
version = "1.0.1"
44
description = "🧩 Safe insertion of SELECT queries into ClickHouse with schema validation"
55
readme = "README.md"
6-
license = { file = "LICENSE_NONCOMMERCIAL.md" }
6+
license = { text = "MIT License" }
77
authors = [{ name = "castengine", email = "k.n.gorelov@gmail.com" }]
88
requires-python = ">=3.8"
99

@@ -15,12 +15,7 @@ dependencies = [
1515
]
1616

1717
classifiers = [
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]
3934
packages = ["clickhouse_insert"]
4035
include-package-data = false
36+
license-files = []

0 commit comments

Comments
 (0)