Skip to content

Commit eb76a94

Browse files
committed
fix pyproject
1 parent b0f1172 commit eb76a94

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
@@ -6,7 +6,8 @@ authors = [
66
]
77
description = "Dead simple autocompletion for Django admin list_filter with goodies."
88
readme = "README.md"
9-
license = { text = "MIT" }
9+
license = "MIT"
10+
license-files = ["LICEN[CS]E*"]
1011
requires-python = ">=3.11"
1112
classifiers = [
1213
"Programming Language :: Python :: 3 :: Only",
@@ -33,5 +34,5 @@ Repository = "https://github.com/vigo/django-admin-list-filter"
3334
Issues = "https://github.com/vigo/django-admin-list-filter/issues"
3435

3536
[build-system]
36-
requires = ["setuptools >= 77.0.3"]
37+
requires = ["setuptools"]
3738
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)