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 49a11b9 commit 20d7ebbCopy full SHA for 20d7ebb
pyproject.toml
@@ -1,7 +1,3 @@
1
-[build-system]
2
-requires = ["setuptools>=64", "setuptools_scm>=8"]
3
-build-backend = "setuptools.build_meta"
4
-
5
[project]
6
name = "django-redshift-backend"
7
dynamic = ["version"]
@@ -67,6 +63,10 @@ Homepage = "https://github.com/jazzband/django-redshift-backend"
67
63
Source = "https://github.com/jazzband/django-redshift-backend"
68
64
Tracker = "https://github.com/jazzband/django-redshift-backend/issues"
69
65
66
+[build-system]
+requires = ["setuptools>=64", "setuptools_scm>=8"]
+build-backend = "setuptools.build_meta"
+
70
[tool.setuptools]
71
include-package-data = true
72
0 commit comments