We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0655d2 commit 0d438ecCopy full SHA for 0d438ec
1 file changed
pyproject.toml
@@ -5,8 +5,8 @@ description = "Openapi.com official mcp server implementation"
5
readme = "docs/readme-pypi.md"
6
requires-python = ">=3.13"
7
license = "MIT"
8
+license-files = ["LICENSE"]
9
classifiers = [
- "License :: OSI Approved :: MIT License",
10
"Programming Language :: Python :: 3",
11
"Programming Language :: Python :: 3.13",
12
]
@@ -21,8 +21,6 @@ dependencies = [
21
"fastapi>=0.110.0",
22
23
24
-[tool.setuptools]
25
-license-files = ["LICENSE"]
26
27
[tool.pytest.ini_options]
28
testpaths = ["tests/pytest"]
0 commit comments