From 1e1c7fb7c09e9149967c208a6fd07276a6140d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingy=20d=C3=B6t=20Net?= Date: Wed, 23 Dec 2020 11:05:57 -0500 Subject: [PATCH] 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. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ac661b1..2bf5ec80 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"