Skip to content

Commit 1747684

Browse files
authored
Update version and adjust project metadata
1 parent 7e12530 commit 1747684

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

pyproject.toml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "publish-mcp-server"
7-
version = "1.0.0"
7+
version = "0.1.1"
88
description = "An MCP server that helps users publish their MCP servers to the registry"
99
authors = [
1010
{name = "Marlene Mhangami", email = "marlenemhangami@gmail.com"},
1111
]
12-
readme = "README.md"
13-
license = {text = "MIT"}
12+
readme = "Readme.md"
13+
license = "MIT"
1414
requires-python = ">=3.8"
1515
dependencies = [
1616
"fastmcp>=0.1.0",
@@ -19,7 +19,6 @@ keywords = ["mcp", "model-context-protocol", "server", "publishing"]
1919
classifiers = [
2020
"Development Status :: 4 - Beta",
2121
"Intended Audience :: Developers",
22-
"License :: OSI Approved :: MIT License",
2322
"Programming Language :: Python :: 3",
2423
"Programming Language :: Python :: 3.8",
2524
"Programming Language :: Python :: 3.9",
@@ -29,15 +28,13 @@ classifiers = [
2928
]
3029

3130
[project.urls]
32-
Homepage = "https://github.com/marlenezw/publish-mcp-server"
33-
Repository = "https://github.com/marlenezw/publish-mcp-server"
34-
Issues = "https://github.com/marlenezw/publish-mcp-server/issues"
31+
"Homepage" = "https://github.com/marlenezw/publish-mcp-server"
32+
"Bug Tracker" = "https://github.com/marlenezw/publish-mcp-server/issues"
33+
"Repository" = "https://github.com/marlenezw/publish-mcp-server"
3534

3635
[project.scripts]
3736
publish-mcp-server = "publish_mcp_server:main"
3837

39-
[tool.setuptools]
40-
packages = ["publish_mcp_server"]
41-
42-
[tool.setuptools.package-dir]
43-
publish_mcp_server = "."
38+
[tool.setuptools.packages.find]
39+
where = ["."]
40+
include = ["publish_mcp_server*"]

0 commit comments

Comments
 (0)