Skip to content

Commit 0d438ec

Browse files
chore(packaging): fix deprecated license classifier and license-files config
1 parent f0655d2 commit 0d438ec

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description = "Openapi.com official mcp server implementation"
55
readme = "docs/readme-pypi.md"
66
requires-python = ">=3.13"
77
license = "MIT"
8+
license-files = ["LICENSE"]
89
classifiers = [
9-
"License :: OSI Approved :: MIT License",
1010
"Programming Language :: Python :: 3",
1111
"Programming Language :: Python :: 3.13",
1212
]
@@ -21,8 +21,6 @@ dependencies = [
2121
"fastapi>=0.110.0",
2222
]
2323

24-
[tool.setuptools]
25-
license-files = ["LICENSE"]
2624

2725
[tool.pytest.ini_options]
2826
testpaths = ["tests/pytest"]

0 commit comments

Comments
 (0)