Skip to content

Commit

Permalink
Add a newline character to end of pyproject.toml
Browse files Browse the repository at this point in the history
Is this TOML file actually needed?

I'd prefer to remove it since it does so little, and stands out so
prominiently.
  • Loading branch information
ingydotnet committed Jan 13, 2021
1 parent 0b6b7d6 commit 1e1c7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools", "wheel", "Cython"]
build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"

0 comments on commit 1e1c7fb

Please sign in to comment.