From afd2d005a3f78155af366b7c288e1962d00ef4c6 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 19 Nov 2023 15:40:40 -0600 Subject: [PATCH] Fix how invoke script reads pkg version --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 37ffb10..e6f5bf7 100644 --- a/tasks.py +++ b/tasks.py @@ -10,7 +10,7 @@ from invoke import task here = os.path.abspath(os.path.dirname(__file__)) -exec(open(os.path.join(here, 'wuttjamaican', '_version.py')).read()) +exec(open(os.path.join(here, 'src', 'wuttjamaican', '_version.py')).read()) @task