1- [build-system ]
2- requires = [" hatchling" ]
3- build-backend = " hatchling.build"
4-
51[project ]
62name = " mcp-utils"
7- version = " 1 .0.0"
3+ version = " 2 .0.0"
84description = " Synchronous utilities for Model Context Protocol (MCP) integration"
95readme = " README.md"
106requires-python = " >=3.10"
117license = " MIT"
128keywords = [" mcp" , " model-context-protocol" , " ai" , " llm" ]
139authors = [
1410 { name = " Fulfil.IO Inc" },
11+ { name = " Pioreactor Inc." },
1512]
1613classifiers = [
1714 " Development Status :: 3 - Alpha" ,
@@ -26,30 +23,17 @@ dependencies = [
2623]
2724
2825[project .urls ]
29- Homepage = " https://github.com/fulfilio /mcp-utils"
30- Repository = " https://github.com/fulfilio /mcp-utils.git"
26+ Homepage = " https://github.com/pioreactor /mcp-utils"
27+ Repository = " https://github.com/pioreactor /mcp-utils.git"
3128
3229[project .optional-dependencies ]
3330dev = [
3431 " pytest>=8.0.0" ,
35- " bump-my-version>=0.15.0" ,
3632]
3733
38- [tool .hatch .build .targets .wheel ]
39- packages = [" src/mcp_utils" ]
40-
4134
4235[tool .pytest .ini_options ]
4336testpaths = [" tests" ]
4437python_files = [" test_*.py" ]
4538
46- [tool .bumpversion ]
47- current_version = " 1.0.0"
48- commit = true
49- tag = true
50- allow_dirty = false
5139
52- [tool .bumpversion .file_patterns ]
53- pyproject = [
54- ' version = "{current_version}"' ,
55- ]
0 commit comments