Skip to content

Commit 3fc3dd2

Browse files
authored
Use PEP 639 license declaration (#1141)
1 parent 7efa162 commit 3fc3dd2

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]
@@ -14,6 +14,8 @@ keywords = [
1414
"MariaDB",
1515
"MySQL",
1616
]
17+
license = "MIT"
18+
license-files = [ "LICENSE" ]
1719
authors = [
1820
{ name = "Adam Johnson", email = "[email protected]" },
1921
]
@@ -26,7 +28,6 @@ classifiers = [
2628
"Framework :: Django :: 5.1",
2729
"Framework :: Django :: 5.2",
2830
"Intended Audience :: Developers",
29-
"License :: OSI Approved :: MIT License",
3031
"Natural Language :: English",
3132
"Operating System :: OS Independent",
3233
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)