aboutsummaryrefslogtreecommitdiff
path: root/freeze.py
diff options
context:
space:
mode:
authortassaron2017-07-06 19:52:46 -0400
committertassaron2017-07-06 19:52:46 -0400
commitf027fd43537eb60f682b51a5018caee471bf33e2 (patch)
tree59bb20508f6cf112271b15d60d33f3b880560bc2 /freeze.py
parent9986b1c829caa12bcea120bb37ebb57ab5e0e874 (diff)
more thorough installation directions
Diffstat (limited to 'freeze.py')
-rw-r--r--freeze.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/freeze.py b/freeze.py
index 3266f45..c9b7918 100644
--- a/freeze.py
+++ b/freeze.py
@@ -18,7 +18,8 @@ buildOptions = dict(
"html",
"http",
"xmlrpc",
- "nose"
+ "nose",
+ 'tkinter',
],
includes=[
"encodings",