Update project version to 0.1.1 and simplify license declaration in pyproject.toml
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"""Penpot MCP Server - Model Context Protocol server for Penpot."""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__version__ = "0.1.1"
|
||||
__author__ = "Montevive AI Team"
|
||||
__email__ = "info@montevive.ai"
|
||||
|
||||
@@ -7,7 +7,7 @@ name = "penpot-mcp"
|
||||
dynamic = ["version"]
|
||||
description = "Model Context Protocol server for Penpot - AI-powered design workflow automation"
|
||||
readme = "README.md"
|
||||
license = {text = "MIT"}
|
||||
license = "MIT"
|
||||
authors = [
|
||||
{name = "Montevive AI Team", email = "info@montevive.ai"}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user