korfuri / django-prometheus

Export Django monitoring metrics for Prometheus.io
Apache License 2.0
1.44k stars 244 forks source link

migrate setup.py to pyproject.toml #417

Open deronnax opened 11 months ago

deronnax commented 11 months ago

declarative config is encouraged by setuptools as it avoid running arbitrary code and reduces boilerplate.

EDIT: I did not notice the project already had a pyproject.toml with a build-system section, let's move everything to pyproject.toml 🎉 .