summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngy döt Net <ingy@ingy.net>2020-12-23 11:05:57 -0500
committerIngy döt Net <ingy@ingy.net>2020-12-23 11:05:57 -0500
commit579bfc06c57d740420a2bac44ffdafadf191cc39 (patch)
tree9a6aae4238f770b2fef05570518224029cb3c755
parent63ef398ac5e746dee922841c850bbcaf1e35dc04 (diff)
downloadpyyaml-git-release/5.4-407.tar.gz
Add a newline character to end of pyproject.tomlrelease/5.4-407
Is this TOML file actually needed? I'd prefer to remove it since it does so little, and stands out so prominiently.
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3ac661b..2bf5ec8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools", "wheel", "Cython"]
-build-backend = "setuptools.build_meta" \ No newline at end of file
+build-backend = "setuptools.build_meta"