change the regex to capture the version with " too. closes #67
This commit is contained in:
parent
7c699033a7
commit
4ad75994d7
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ source.include_exts = py,png,jpg,kv,atlas
|
||||||
#source.exclude_patterns = license,images/*/*.jpg
|
#source.exclude_patterns = license,images/*/*.jpg
|
||||||
|
|
||||||
# (str) Application versioning (method 1)
|
# (str) Application versioning (method 1)
|
||||||
version.regex = __version__ = '(.*)'
|
version.regex = __version__ = ['"](.*)'['"]
|
||||||
version.filename = %(source.dir)s/main.py
|
version.filename = %(source.dir)s/main.py
|
||||||
|
|
||||||
# (str) Application versioning (method 2)
|
# (str) Application versioning (method 2)
|
||||||
|
|
Loading…
Reference in a new issue