Skip to content

Commit

Permalink
chore: Add setup.py for py2exe compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
AIIrondev committed Jul 28, 2024
1 parent ac95f42 commit ae40a41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Empty file removed Code/Test.py
Empty file.
6 changes: 6 additions & 0 deletions Code/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from distutils.core import setup
import py2exe

setup(
console=['compiler_gui.py'],
)

0 comments on commit ae40a41

Please sign in to comment.