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 b0f1172 commit eb76a94Copy full SHA for eb76a94
pyproject.toml
@@ -6,7 +6,8 @@ authors = [
6
]
7
description = "Dead simple autocompletion for Django admin list_filter with goodies."
8
readme = "README.md"
9
-license = { text = "MIT" }
+license = "MIT"
10
+license-files = ["LICEN[CS]E*"]
11
requires-python = ">=3.11"
12
classifiers = [
13
"Programming Language :: Python :: 3 :: Only",
@@ -33,5 +34,5 @@ Repository = "https://github.com/vigo/django-admin-list-filter"
33
34
Issues = "https://github.com/vigo/django-admin-list-filter/issues"
35
36
[build-system]
-requires = ["setuptools >= 77.0.3"]
37
+requires = ["setuptools"]
38
build-backend = "setuptools.build_meta"
0 commit comments