Skip to content

Commit 25d30a2

Browse files
authored
Convert license metadata to the PEP 639 format (#376)
1 parent e2c753d commit 25d30a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["flit_core >=3.2,<4"]
2+
requires = ["flit_core >=3.11,<4"]
33
build-backend = "flit_core.buildapi"
44

55
[tool.flit.module]
@@ -13,7 +13,8 @@ name = "CacheControl"
1313
dynamic = ["version"]
1414
description = "httplib2 caching for requests"
1515
readme = "README.rst"
16-
license = { file = "LICENSE.txt" }
16+
license = "Apache-2.0"
17+
license-files = ["LICENSE.txt"]
1718
authors = [
1819
{ name = "Eric Larson", email = "[email protected]" },
1920
{ name = "Frost Ming", email = "[email protected]" },
@@ -22,7 +23,6 @@ authors = [
2223
classifiers = [
2324
"Development Status :: 4 - Beta",
2425
"Environment :: Web Environment",
25-
"License :: OSI Approved :: Apache Software License",
2626
"Operating System :: OS Independent",
2727
"Programming Language :: Python :: 3.8",
2828
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)