2
0
Fork 0

Fix how invoke script reads pkg version

This commit is contained in:
Lance Edgar 2023-11-19 15:40:40 -06:00
parent d71c79ea4a
commit afd2d005a3

View file

@ -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