Update pyproject.toml to match prestashop-mcp structure

This commit is contained in:
latinogino
2025-09-25 22:02:32 +02:00
parent eef6b76914
commit b5e68f2e40

View File

@@ -4,20 +4,20 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "dolibarr-mcp" name = "dolibarr-mcp"
version = "1.0.1" version = "1.0.0"
description = "Professional Model Context Protocol server for complete Dolibarr ERP management with comprehensive CRUD operations and business intelligence" description = "Professional Model Context Protocol server for complete Dolibarr ERP/CRM management"
readme = "README.md" readme = "README.md"
requires-python = ">=3.8" requires-python = ">=3.8"
authors = [ authors = [
{name = "Dolibarr MCP Team"} {name = "Dolibarr MCP Team"}
] ]
keywords = [ keywords = [
"dolibarr", "mcp", "model-context-protocol", "erp", "api", "dolibarr", "mcp", "model-context-protocol", "erp", "crm", "api",
"business-management", "crm", "accounting", "automation", "unified-api", "business-management", "automation", "unified-api",
"customer-management", "invoice-management", "product-management", "order-management" "invoice-management", "customer-management", "product-management"
] ]
classifiers = [ classifiers = [
"Development Status :: 5 - Production/Stable", "Development Status :: 4 - Beta",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"Intended Audience :: System Administrators", "Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
@@ -29,11 +29,11 @@ classifiers = [
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Office/Business :: Financial :: Accounting", "Topic :: Office/Business",
"Topic :: System :: Systems Administration", "Topic :: System :: Systems Administration",
] ]
dependencies = [ dependencies = [
"mcp>=0.9.0", "mcp>=1.0.0",
"requests>=2.31.0", "requests>=2.31.0",
"aiohttp>=3.9.0", "aiohttp>=3.9.0",
"pydantic>=2.5.0", "pydantic>=2.5.0",