File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "pdm.backend"
44
55[project ]
66name = " mcpstack-your-tool-name"
7- version = " 0.1.0 "
7+ dynamic = [ " version " ]
88description = " Create your MCPStack tool with this template repository!"
99readme = " README.md"
1010requires-python = " >=3.10"
@@ -21,7 +21,7 @@ dependencies = [
2121 " mcpstack>=0.0.2" ,
2222]
2323
24- [project . optional-dependencies ]
24+ [dependency-groups ]
2525dev = [
2626 " pytest>=7.4" ,
2727 " ruff>=0.4.0" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "pdm.backend"
44
55[project ]
66name = " mcpstack-your-tool-name"
7- version = " 0.1.0 "
7+ dynamic = [ " version " ]
88description = " Create your MCPStack tool with this template repository!"
99readme = " README.md"
1010requires-python = " >=3.10"
@@ -16,12 +16,12 @@ dependencies = [
1616 " beartype>=0.21.0" ,
1717 " rich>=13.0.0" ,
1818 " rich-argparse>=1.4.0" ,
19- " mcpstack" ,
2019 " rich-pyfiglet>=1.0.0" ,
2120 " click>=8.1.8" ,
21+ " mcpstack>=0.0.2" ,
2222]
2323
24- [project . optional-dependencies ]
24+ [dependency-groups ]
2525dev = [
2626 " pytest>=7.4" ,
2727 " ruff>=0.4.0" ,
@@ -48,6 +48,3 @@ ignore = ["E501"]
4848[tool .pytest .ini_options ]
4949testpaths = [" tests" ]
5050python_files = [" test_*.py" ]
51-
52- [tool .uv .sources ]
53- mcpstack = { path = " ../../MCPStack" }
Original file line number Diff line number Diff line change 1+ __version__ = "0.0.1"
2+ __all__ = ["__version__" ]
Original file line number Diff line number Diff line change 1+ __version__ = "0.0.1"
2+ __all__ = ["__version__" ]
You can’t perform that action at this time.
0 commit comments