From 37923d7fe48c20da812ab86cb2ff54f5c577a876 Mon Sep 17 00:00:00 2001 From: Joanne Bogart Date: Mon, 13 Feb 2023 15:19:50 -0800 Subject: [PATCH] Add final newline which was missing --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70baf5c0..8f53517d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,4 +24,4 @@ dependencies = [ requires-python = ">=3.7" # For setuptools >= 61.0 support [tool.setuptools.packages.find] -where = ["python"] \ No newline at end of file +where = ["python"]