Skip to content

Commit d960d14

Browse files
committed
update
1 parent 8b0024f commit d960d14

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "datavault4sqlglot"
77
version = "0.1.0"
8-
description = "Data Vault 2.0 generator using sqlglot"
8+
description = "Data Vault 2.0 SQL generator using sqlglot"
9+
readme = "README.md"
910
authors = [
10-
{ name="Author Name", email="author@example.com" },
11+
{ name = "Scalefree International GmbH", email = "info@scalefree.com" },
1112
]
13+
license = { text = "MIT" }
1214
classifiers = [
1315
"Programming Language :: Python :: 3",
1416
"License :: OSI Approved :: MIT License",
@@ -17,18 +19,17 @@ classifiers = [
1719
dependencies = [
1820
"sqlglot",
1921
"pydantic",
20-
"pytest",
2122
]
22-
requires-python = ">=3.7"
23+
requires-python = ">=3.9"
2324

2425
[project.optional-dependencies]
2526
# pyyaml is required by the data-driven YAML test runner (tests/cases).
26-
test = ["duckdb", "pyyaml"]
27+
test = ["pytest", "duckdb", "pyyaml"]
2728

2829
[project.urls]
29-
Homepage = "https://github.com/yourusername/datavault4sqlglot"
30-
Repository = "https://github.com/yourusername/datavault4sqlglot"
31-
"Bug Tracker" = "https://github.com/yourusername/datavault4sqlglot/issues"
30+
Homepage = "https://github.com/ScalefreeCOM/datavault4sqlglot"
31+
Repository = "https://github.com/ScalefreeCOM/datavault4sqlglot"
32+
"Bug Tracker" = "https://github.com/ScalefreeCOM/datavault4sqlglot/issues"
3233

3334
# Scope package discovery to the library only. Without this, setuptools' flat-layout
3435
# auto-discovery sees the tracked top-level dirs (findings/, temp_sql/, tests/) and

0 commit comments

Comments
 (0)