Skip to content

Commit 65cfa5a

Browse files
committed
Update metadata: Change status to Production/Stable and fix repository URLs
- Changed Development Status from Beta to Production/Stable - Fixed project URLs to point to correct repository (sqlite-mcp-server) - This will resolve PyPI 'unverified details' warning - Version bump to 2.6.2 for metadata update
1 parent c45970d commit 65cfa5a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sqlite-mcp-server-enhanced"
3-
version = "2.6.1"
3+
version = "2.6.2"
44
description = "A SQLite MCP server with JSONB support, database administration tools, and advanced database operations"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -15,7 +15,7 @@ authors = [
1515
license = {text = "MIT"}
1616
keywords = ["mcp", "sqlite", "database", "jsonb", "model-context-protocol"]
1717
classifiers = [
18-
"Development Status :: 4 - Beta",
18+
"Development Status :: 5 - Production/Stable",
1919
"Intended Audience :: Developers",
2020
"License :: OSI Approved :: MIT License",
2121
"Operating System :: OS Independent",
@@ -29,10 +29,10 @@ classifiers = [
2929
]
3030

3131
[project.urls]
32-
Homepage = "https://github.com/neverinfamous/mcp_server_sqlite"
33-
Repository = "https://github.com/neverinfamous/mcp_server_sqlite"
34-
Issues = "https://github.com/neverinfamous/mcp_server_sqlite/issues"
35-
Documentation = "https://github.com/neverinfamous/mcp_server_sqlite#readme"
32+
Homepage = "https://github.com/neverinfamous/sqlite-mcp-server"
33+
Repository = "https://github.com/neverinfamous/sqlite-mcp-server"
34+
Issues = "https://github.com/neverinfamous/sqlite-mcp-server/issues"
35+
Documentation = "https://github.com/neverinfamous/sqlite-mcp-server#readme"
3636

3737
[build-system]
3838
requires = ["hatchling>=1.27.0"]

0 commit comments

Comments
 (0)