pyproject.toml•1.46 kB
[project]
name = "universal-image-generator-mcp"
version = "0.1.2"
description = "Universal Image Generator MCP"
readme = "README.md"
requires-python = ">=3.11"
authors = [{name = "Tony Wang",email = "shanghaishanghai@yeah.net"}]
keywords = ["http", "mcp", "llm", "automation"]
license = { text = "MIT" }
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Internet :: WWW/HTTP",
]
dependencies = [
"build>=1.2.2.post1",
"fastmcp>=0.4.1",
"google>=3.0.0",
"google-genai>=1.7.0",
"mcp[cli]>=1.10.1",
"pillow>=11.1.0",
"twine>=6.1.0",
"zhipuai>=2.1.5.20250708",
]
[project.scripts]
universal-image-generator-mcp = "universal_image_generator_mcp:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = ["pyright>=1.1.389", "ruff>=0.7.3"]
[tool.hatch.build.targets.wheel]
packages = ["src/universal_image_generator_mcp"]
[project.urls]
Homepage = "https://github.com/ECNU3D/universal-image-generator-mcp"
Issues = "https://github.com/ECNU3D/universal-image-generator-mcp/issues"