Skip to content

Commit b0f1172

Browse files
committed
fix pyproject
1 parent f99443b commit b0f1172

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ authors = [
66
]
77
description = "Dead simple autocompletion for Django admin list_filter with goodies."
88
readme = "README.md"
9-
license = "MIT"
10-
license-files = ["LICEN[CS]E*"]
9+
license = { text = "MIT" }
1110
requires-python = ">=3.11"
1211
classifiers = [
1312
"Programming Language :: Python :: 3 :: Only",
@@ -32,3 +31,7 @@ dev = ["Django", "pytest", "pytest-django", "pytest-factoryboy", "pytest-cov"]
3231
Homepage = "https://github.com/vigo/django-admin-list-filter"
3332
Repository = "https://github.com/vigo/django-admin-list-filter"
3433
Issues = "https://github.com/vigo/django-admin-list-filter/issues"
34+
35+
[build-system]
36+
requires = ["setuptools >= 77.0.3"]
37+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)