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 7efa162 commit 3fc3dd2Copy full SHA for 3fc3dd2
pyproject.toml
@@ -1,7 +1,7 @@
1
[build-system]
2
build-backend = "setuptools.build_meta"
3
requires = [
4
- "setuptools",
+ "setuptools>=77",
5
]
6
7
[project]
@@ -14,6 +14,8 @@ keywords = [
14
"MariaDB",
15
"MySQL",
16
17
+license = "MIT"
18
+license-files = [ "LICENSE" ]
19
authors = [
20
{ name = "Adam Johnson", email = "[email protected]" },
21
@@ -26,7 +28,6 @@ classifiers = [
26
28
"Framework :: Django :: 5.1",
27
29
"Framework :: Django :: 5.2",
30
"Intended Audience :: Developers",
- "License :: OSI Approved :: MIT License",
31
"Natural Language :: English",
32
"Operating System :: OS Independent",
33
"Programming Language :: Python :: 3 :: Only",
0 commit comments