Skip to content

Commit ad1167d

Browse files
authored
[Task]-PYTHON-5626: Remove project.license toml table (#2595)
1 parent faa77ea commit ad1167d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name = "pymongo"
77
dynamic = ["version", "dependencies", "optional-dependencies"]
88
description = "PyMongo - the Official MongoDB Python driver"
99
readme = "README.md"
10-
license = {file="LICENSE"}
10+
license = "Apache-2.0"
11+
license-files = ["LICENSE"]
1112
requires-python = ">=3.9"
1213
authors = [
1314
{ name = "The MongoDB Python Team" },
@@ -22,7 +23,6 @@ keywords = [
2223
classifiers = [
2324
"Development Status :: 5 - Production/Stable",
2425
"Intended Audience :: Developers",
25-
"License :: OSI Approved :: Apache Software License",
2626
"Operating System :: MacOS :: MacOS X",
2727
"Operating System :: Microsoft :: Windows",
2828
"Operating System :: POSIX",

0 commit comments

Comments
 (0)