From f4f45277f968014eee32f85eb8c6105bf03cba83 Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Tue, 28 Feb 2023 16:14:19 -0500 Subject: [PATCH 1/2] write extracted version to version.py --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ba8f970..9473555 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,3 +80,4 @@ norecursedirs = [ junit_family = "xunit2" [tool.setuptools_scm] +write_to = "stistools/version.py" \ No newline at end of file From 1d63fd8e33d5baf49b8b6e5dd508a2859684f4ee Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Tue, 28 Feb 2023 16:26:32 -0500 Subject: [PATCH 2/2] add newline to end of file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9473555..59e7c1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,4 +80,4 @@ norecursedirs = [ junit_family = "xunit2" [tool.setuptools_scm] -write_to = "stistools/version.py" \ No newline at end of file +write_to = "stistools/version.py"