Skip to content

Commit 06c2c55

Browse files
committed
Fix typo in pyproject.toml
1 parent ad8ba51 commit 06c2c55

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

bootstrap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ autopoint --force
33
aclocal
44
automake --foreign --copy --add-missing
55
autoconf
6-
rm README
76

87
# If this is a git repository, and git-merge-changelog is available,
98
# use it.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = ["setuptools>=61.0"]
3-
build-backend = "setuptools.build-meta"
3+
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cupshelpers"

0 commit comments

Comments
 (0)