@@ -9,8 +9,8 @@ description = "An MCP server that helps users publish their MCP servers to the r
99authors = [
1010 {name = " Marlene Mhangami" , email = " marlenemhangami@gmail.com" },
1111]
12- readme = " README .md"
13- license = { text = " MIT" }
12+ readme = " Readme .md"
13+ license = " MIT"
1414requires-python = " >=3.8"
1515dependencies = [
1616 " fastmcp>=0.1.0" ,
@@ -19,7 +19,6 @@ keywords = ["mcp", "model-context-protocol", "server", "publishing"]
1919classifiers = [
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 ]
3736publish-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