Skip to content

Commit 6db5a27

Browse files
authored
Merge pull request #863 from pganssle/add_pep517
Add build backend to pyproject.toml
2 parents 9b9d84d + 0519110 commit 6db5a27

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include LICENSE NEWS zonefile_metadata.json updatezinfo.py
1+
include LICENSE NEWS zonefile_metadata.json updatezinfo.py pyproject.toml
22
recursive-include dateutil/test *
33
global-exclude __pycache__
44
global-exclude *.py[co]

changelog.d/863.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added a ``build-system.build-backend`` key in ``pyproject.toml`` and explicitly started shipping the ``pyproject.toml`` file in source distributions. (gh pr #863)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ requires = [
55
"wheel",
66
"setuptools_scm"
77
]
8+
build-backend = "setuptools.build_meta"
89

910
[tool.towncrier]
1011
package = "dateutil"

0 commit comments

Comments
 (0)