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>2021-01-13 16:58:40 -0500
commit1e1c7fb7c09e9149967c208a6fd07276a6140d57 (patch)
treeeb0e833cff6dbcd6ec5566b6e411c060d3d090c2
parent0b6b7d61719fbe0a11f0980489f1bf8ce746c164 (diff)
downloadpyyaml-git-1e1c7fb7c09e9149967c208a6fd07276a6140d57.tar.gz
Add a newline character to end of pyproject.toml
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"