We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d071787 commit f05518eCopy full SHA for f05518e
MANIFEST.in
@@ -1,5 +1,5 @@
1
exclude *
2
-include changelog.rst DEVELOP.rst License.txt README.rst requirements-dev.txt setup.py
+include changelog.rst DEVELOP.rst License.txt pyproject.toml README.rst requirements-dev.txt setup.py
3
include scripts/docparser.py scripts/README.rst tox.ini
4
recursive-include pgspecial *.py
5
recursive-include tests *.py
changelog.rst
@@ -1,3 +1,8 @@
+Upcoming
+========
+
+* Added `build-system` section to `pyproject.toml` to use the modern setuptools backend.
6
2.1.0 (2023-03-31)
7
=========
8
pyproject.toml
@@ -1,3 +1,7 @@
+[build-system]
+requires = ["setuptools"]
+build-backend = "setuptools.build_meta"
[tool.black]
line-length = 88
target-version = ['py37']
0 commit comments