Skip to content

Commit 51c2a73

Browse files
committed
fix pyproject
1 parent bbe8b3f commit 51c2a73

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
description = "Dead simple autocompletion for Django admin list_filter with goodies."
88
readme = "README.md"
99
license = "MIT"
10-
license-files = ["LICEN[CS]E*"]
10+
license-files = ["LICENSE"]
1111
requires-python = ">=3.11"
1212
classifiers = [
1313
"Programming Language :: Python :: 3 :: Only",
@@ -17,6 +17,7 @@ classifiers = [
1717
"Operating System :: OS Independent",
1818
"Framework :: Django :: 5.0",
1919
"Framework :: Django :: 5.1",
20+
"Framework :: Django :: 5.2",
2021
"Intended Audience :: Developers",
2122
"Development Status :: 3 - Alpha",
2223
"Natural Language :: English",
@@ -31,3 +32,7 @@ dev = ["Django", "pytest", "pytest-django", "pytest-factoryboy", "pytest-cov"]
3132
Homepage = "https://github.com/vigo/django-admin-list-filter"
3233
Repository = "https://github.com/vigo/django-admin-list-filter"
3334
Issues = "https://github.com/vigo/django-admin-list-filter/issues"
35+
36+
[build-system]
37+
requires = ["setuptools >= 77.0.3"]
38+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)