Skip to content

Commit

Permalink
remove deprecated setuptools keys
Browse files Browse the repository at this point in the history
  • Loading branch information
deronnax committed Sep 28, 2023
1 parent d736b8d commit 76311d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Tracker = "https://github.com/korfuri/django-prometheus/issues"
testing = ["pytest", "pytest-django"]

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

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

[tool.aliases]
test = "pytest"

[build-system]
requires = [ "setuptools >= 67.7.2", "wheel >= 0.40.0"]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 76311d4

Please sign in to comment.