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