Skip to content

Commit f54f7d3

Browse files
authored
Update license and project metadata in pyproject.toml
1 parent 55aec9c commit f54f7d3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ readme = "README.md"
1010
authors = [
1111
{ name = "Scalefree International GmbH", email = "info@scalefree.com" },
1212
]
13-
license = { text = "MIT" }
13+
keywords = ["data-vault", "sqlglot", "automation"]
14+
license = {file = "LICENSE"}
1415
classifiers = [
1516
"Programming Language :: Python :: 3",
16-
"License :: OSI Approved :: MIT License",
17+
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
1718
"Operating System :: OS Independent",
1819
]
1920
dependencies = [
@@ -27,7 +28,7 @@ requires-python = ">=3.9"
2728
test = ["pytest", "duckdb", "pyyaml"]
2829

2930
[project.urls]
30-
Homepage = "https://github.com/ScalefreeCOM/datavault4sqlglot"
31+
Homepage = "https://scalefree.com"
3132
Repository = "https://github.com/ScalefreeCOM/datavault4sqlglot"
3233
"Bug Tracker" = "https://github.com/ScalefreeCOM/datavault4sqlglot/issues"
3334

0 commit comments

Comments
 (0)