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 1ef5791 commit fbc8ae2Copy full SHA for fbc8ae2
pyproject.toml
@@ -40,7 +40,6 @@ Tracker = "https://github.com/korfuri/django-prometheus/issues"
40
testing = ["pytest", "pytest-django"]
41
42
[tool.setuptools]
43
-test-suite = "django_prometheus.tests"
44
include-package-data = false
45
46
[tool.setuptools.packages.find]
@@ -50,9 +49,6 @@ namespaces = false
50
49
[tool.setuptools.dynamic]
51
version = {attr = "django_prometheus.__version__"}
52
53
-[tool.aliases]
54
-test = "pytest"
55
-
56
[build-system]
57
requires = [ "setuptools >= 67.7.2", "wheel >= 0.40.0"]
58
build-backend = "setuptools.build_meta"
0 commit comments