Skip to content

Commit 44881e2

Browse files
authored
Update setup.py
1 parent 399d055 commit 44881e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
description='A simple text editor in python with tkinter',
1111
author='Pythonic456',
1212
data_files=[
13-
('/usr/share/applications', ['fedit/fedit.desktop']),
13+
('/usr/share/applications', ['fedit.desktop']),
1414
('/usr/share/fedit/',['fedit.py']),
1515
('/usr/share/fedit/',['fedit.png']),
1616
('/usr/share/fedit/',['tktools.py'])

0 commit comments

Comments
 (0)