8000 fix: add build-backend in pyproject.toml · python-openxml/python-docx@e45fd78 · GitHub
[go: up one dir, main page]

Skip to content

Commit e45fd78

Browse files
musicinmybrainscanny
authored andcommitted
fix: add build-backend in pyproject.toml
This defaults to the right value on most platforms but must be explicit on Fedora.
1 parent 8e05650 commit e45fd78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[build-system]
22
requires = ["setuptools>=61.0.0"]
3+
build-backend = "setuptools.build_meta"
34

45
[project]
56
name = "python-docx"

0 commit comments

Comments
 (0)
0