Fix how invoke script reads pkg version
This commit is contained in:
parent
d71c79ea4a
commit
afd2d005a3
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue