diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..56ff138 --- /dev/null +++ b/setup.py @@ -0,0 +1,4 @@ +from distutils.core import setup +import py2exe + +setup(console=['main.py']) \ No newline at end of file