From 9d322270c295b67fe2af4d98635293dcfed8b4c9 Mon Sep 17 00:00:00 2001 From: "Andrew Speciale (@liquidz00)" Date: Wed, 3 Jul 2024 15:08:54 -0400 Subject: [PATCH] Change reference paths to dynamic variables --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0c9352..e2cf518 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ package-dir = { "" = "src" } where = ["src"] [tool.setuptools.dynamic] -version = { attr = "src.Patcher.__about__.__version__" } +version = { attr = "Patcher.__about__.__version__" } readme = { file = ["README.md"], content-type = "text/markdown" } [tool.pytest.ini_options]