Skip to content

Commit 0895011

Browse files
authored
Use PEP 639 license declaration (#317)
1 parent 7f55eda commit 0895011

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
33
requires = [
4-
"setuptools",
4+
"setuptools>=77",
55
]
66

77
[project]
@@ -13,6 +13,8 @@ keywords = [
1313
"pytest",
1414
"reverse",
1515
]
16+
license = "MIT"
17+
license-files = [ "LICENSE" ]
1618
authors = [
1719
{ name = "Adam Johnson", email = "[email protected]" },
1820
]
@@ -21,7 +23,6 @@ classifiers = [
2123
"Development Status :: 5 - Production/Stable",
2224
"Framework :: Pytest",
2325
"Intended Audience :: Developers",
24-
"License :: OSI Approved :: MIT License",
2526
"Natural Language :: English",
2627
"Programming Language :: Python :: 3 :: Only",
2728
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)