Skip to content

Commit 2a52cee

Browse files
committed
Fixing setuptools deprecation warnings
1 parent bd7da14 commit 2a52cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ maintainers = [
1919
keywords = ["arangodb", "python", "driver", "async"]
2020
readme = "README.md"
2121
dynamic = ["version"]
22-
license = { file = "LICENSE" }
22+
license = "MIT"
23+
license-files = "LICENSE"
2324
requires-python = ">=3.9"
2425

2526
classifiers = [
2627
"Intended Audience :: Developers",
27-
"License :: OSI Approved :: MIT License",
2828
"Natural Language :: English",
2929
"Operating System :: OS Independent",
3030
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)