mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-23 03:38:08 -06:00
Corrected the reference to the old application.author in orderr to compile correctly binary versions again
This commit is contained in:
parent
67dee3e1c1
commit
40fc175185
@ -102,7 +102,7 @@ def wx_files():
|
|||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
setup(
|
setup(
|
||||||
name = application.name,
|
name = application.name,
|
||||||
author = application.author,
|
author = application.authors,
|
||||||
author_email = application.authorEmail,
|
author_email = application.authorEmail,
|
||||||
version = application.version,
|
version = application.version,
|
||||||
url = application.url,
|
url = application.url,
|
||||||
|
Loading…
Reference in New Issue
Block a user