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.
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"