Skip to content

Commit 051a282

Browse files
committed
update to pyproject.toml
To fix what is shown on PyPl https://pypi.org/project/python-alfresco-api/ 1. 1.0.0 was updated 1.0.1 on PyPl to fix to have Apache 2.0 not MIT 2. Update to 1.0.2 on PyPl to this with this file have correct homepage, repository, and documentation, and bug tracker links. 3. coming update to readme.md to fixes its display on PyPl
1 parent 10b3da5 commit 051a282

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

pyproject.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "python-alfresco-api"
7-
version = "1.0.0"
7+
version = "1.0.2"
88
description = "Python client for Alfresco Content Services REST API with event support"
99
authors = [
1010
{name = "Python Alfresco API Team", email = "dev@example.com"}
1111
]
12-
readme = "README.md"
12+
readme = {file = "README.md", content-type = "text/markdown"}
1313
license = {text = "Apache-2.0"}
1414
requires-python = ">=3.8"
1515
keywords = ["alfresco", "content-management", "rest-api", "events", "activemq"]
1616
classifiers = [
17-
"Development Status :: 3 - Alpha",
17+
"Development Status :: 5 - Production/Stable",
1818
"Intended Audience :: Developers",
19-
"License :: OSI Approved :: MIT License",
19+
"License :: OSI Approved :: Apache Software License",
2020
"Programming Language :: Python :: 3",
2121
"Programming Language :: Python :: 3.8",
2222
"Programming Language :: Python :: 3.9",
@@ -53,9 +53,10 @@ test = [
5353
]
5454

5555
[project.urls]
56-
Homepage = "https://github.com/your-org/python-alfresco-mcp-server"
57-
Repository = "https://github.com/your-org/python-alfresco-mcp-server"
58-
Documentation = "https://github.com/your-org/python-alfresco-mcp-server/docs"
56+
Homepage = "https://github.com/stevereiner/python-alfresco-api"
57+
Repository = "https://github.com/stevereiner/python-alfresco-api"
58+
Documentation = "https://github.com/stevereiner/python-alfresco-api/docs"
59+
"Bug Tracker" = "https://github.com/stevereiner/python-alfresco-api/issues"
5960

6061
[tool.hatch.build.targets.wheel]
6162
packages = ["python_alfresco_api"]

0 commit comments

Comments
 (0)