Skip to content

Commit

Permalink
Properly specify ui_themes package, probably
Browse files Browse the repository at this point in the history
  • Loading branch information
Square789 committed Jun 6, 2024
1 parent 0fcebbb commit 8be7042
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@
long_description_content_type = "text/markdown",
packages = [
"demomgr",
"demomgr.threads",
"demomgr.dialogues",
"demomgr.threads",
"demomgr.tk_widgets",
"demomgr.ui_themes",
],
package_data = {
"demomgr": ["ui_themes/*.tcl", "ui_themes/*/*.png"],
"demomgr.ui_themes": ["*.tcl", "icon.gif", "*/*.png"],
},
install_requires = reqs,
classifiers = [
Expand Down

0 comments on commit 8be7042

Please sign in to comment.