commit | 579bfc06c57d740420a2bac44ffdafadf191cc39 | [log] [tgz] |
---|---|---|
author | Ingy döt Net <ingy@ingy.net> | Wed Dec 23 11:05:57 2020 -0500 |
committer | Ingy döt Net <ingy@ingy.net> | Wed Dec 23 11:05:57 2020 -0500 |
tree | 9a6aae4238f770b2fef05570518224029cb3c755 | |
parent | 63ef398ac5e746dee922841c850bbcaf1e35dc04 [diff] |
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"