Skip to content

Commit

Permalink
properly name tkinter package in setup.
Browse files Browse the repository at this point in the history
not sure why this is necessary.
  • Loading branch information
lehenbauer committed May 30, 2023
1 parent bd545f8 commit c51f1d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
from setuptools import setup

APP = ["UnMixer.py"]
DATA_FILES = ["lalalai_splitter.py"]
DATA_FILES = ["unmix.py", "lalalai_splitter.py"]
OPTIONS = {
"iconfile": "support/unmixer.icns",
"packages": [],
"packages": ['tkinter'],
}

setup(
Expand Down

0 comments on commit c51f1d6

Please sign in to comment.