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 7bf05f7 commit 3f3382eCopy full SHA for 3f3382e
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]
@@ -16,6 +16,8 @@ keywords = [
16
"middleware",
17
"rest",
18
19
+license = "MIT"
20
+license-files = [ "LICENSE" ]
21
maintainers = [
22
{ name = "Adam Johnson", email = "[email protected]" },
23
@@ -32,7 +34,6 @@ classifiers = [
32
34
"Framework :: Django :: 5.1",
33
35
"Framework :: Django :: 5.2",
36
"Intended Audience :: Developers",
- "License :: OSI Approved :: MIT License",
37
"Natural Language :: English",
38
"Operating System :: OS Independent",
39
"Programming Language :: Python :: 3 :: Only",
0 commit comments