We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa77ea commit ad1167dCopy full SHA for ad1167d
pyproject.toml
@@ -7,7 +7,8 @@ name = "pymongo"
7
dynamic = ["version", "dependencies", "optional-dependencies"]
8
description = "PyMongo - the Official MongoDB Python driver"
9
readme = "README.md"
10
-license = {file="LICENSE"}
+license = "Apache-2.0"
11
+license-files = ["LICENSE"]
12
requires-python = ">=3.9"
13
authors = [
14
{ name = "The MongoDB Python Team" },
@@ -22,7 +23,6 @@ keywords = [
22
23
classifiers = [
24
"Development Status :: 5 - Production/Stable",
25
"Intended Audience :: Developers",
- "License :: OSI Approved :: Apache Software License",
26
"Operating System :: MacOS :: MacOS X",
27
"Operating System :: Microsoft :: Windows",
28
"Operating System :: POSIX",
0 commit comments