mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-05 20:28:27 +02:00
added source to excluded import (they were added in an absolute import, making it unusable)
This commit is contained in:
parent
06e939c3e2
commit
9fed50fa93
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -54,7 +54,7 @@ options = {
|
|||
"includes": ["tkinter", "requests"],
|
||||
"include_msvcr": True,
|
||||
"packages": [],
|
||||
"excludes": [],
|
||||
"excludes": ["source"],
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue