Fix how invoke script reads pkg version
This commit is contained in:
parent
d71c79ea4a
commit
afd2d005a3
2
tasks.py
2
tasks.py
|
@ -10,7 +10,7 @@ from invoke import task
|
||||||
|
|
||||||
|
|
||||||
here = os.path.abspath(os.path.dirname(__file__))
|
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
|
@task
|
||||||
|
|
Loading…
Reference in a new issue