summarylogtreecommitdiffstats
path: root/0001-fix-character-in-setup.py-entrypoint-gui_script.patch
blob: 96d2c0f0353de75309fab03a97ef6fb8d2e9427c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -u --label a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@
     install_requires=['pillow','wand','ttkbootstrap'],
     entry_points = {
         "gui_scripts": [
-            "fotokilof = fotokilof:__main__",
+            "fotokilof = fotokilof.__main__",
         ]
     },
 )

Diff finished.  Wed Jan  3 14:13:44 2024