Skip to content

Commit 30e53c4

Browse files
committed
Fix project metadata
1 parent 70380a1 commit 30e53c4

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

CHANGELOG.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
keywords = ["DuckDB", "Database", "SQL", "OLAP"]
1313
requires-python = ">=3.9.0"
1414
classifiers = [
15-
"Development Status :: 3 - Alpha",
15+
"Development Status :: 5 - Production/Stable",
1616
"License :: OSI Approved :: MIT License",
1717
"Operating System :: OS Independent",
1818
"Topic :: Database",
@@ -40,7 +40,7 @@ maintainers = [{name = "DuckDB Foundation"}]
4040
Documentation = "https://duckdb.org/docs/stable/clients/python/overview"
4141
Source = "https://github.com/duckdb/duckdb-python"
4242
Issues = "https://github.com/duckdb/duckdb-python/issues"
43-
Changelog = "https://github.com/duckdb/duckdb/releases"
43+
Changelog = "https://github.com/duckdb/duckdb-python/releases"
4444

4545
[project.optional-dependencies]
4646
all = [ # users can install duckdb with 'duckdb[all]', which will install this list

0 commit comments

Comments
 (0)