Skip to content

Commit fbc8ae2

Browse files
author
Mathieu Dupuy
committed
remove deprecated setuptools keys
1 parent 1ef5791 commit fbc8ae2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Tracker = "https://github.com/korfuri/django-prometheus/issues"
4040
testing = ["pytest", "pytest-django"]
4141

4242
[tool.setuptools]
43-
test-suite = "django_prometheus.tests"
4443
include-package-data = false
4544

4645
[tool.setuptools.packages.find]
@@ -50,9 +49,6 @@ namespaces = false
5049
[tool.setuptools.dynamic]
5150
version = {attr = "django_prometheus.__version__"}
5251

53-
[tool.aliases]
54-
test = "pytest"
55-
5652
[build-system]
5753
requires = [ "setuptools >= 67.7.2", "wheel >= 0.40.0"]
5854
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)