Skip to content

Commit 20d7ebb

Browse files
committed
pyproject.toml: mv build-system section near by tool.setuptools
1 parent 49a11b9 commit 20d7ebb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[build-system]
2-
requires = ["setuptools>=64", "setuptools_scm>=8"]
3-
build-backend = "setuptools.build_meta"
4-
51
[project]
62
name = "django-redshift-backend"
73
dynamic = ["version"]
@@ -67,6 +63,10 @@ Homepage = "https://github.com/jazzband/django-redshift-backend"
6763
Source = "https://github.com/jazzband/django-redshift-backend"
6864
Tracker = "https://github.com/jazzband/django-redshift-backend/issues"
6965

66+
[build-system]
67+
requires = ["setuptools>=64", "setuptools_scm>=8"]
68+
build-backend = "setuptools.build_meta"
69+
7070
[tool.setuptools]
7171
include-package-data = true
7272

0 commit comments

Comments
 (0)