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.
This commit is contained in:
Ingy döt Net 2020-12-23 11:05:57 -05:00
parent 0b6b7d6171
commit 1e1c7fb7c0
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools", "wheel", "Cython"]
build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"