We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399d055 commit 44881e2Copy full SHA for 44881e2
setup.py
@@ -10,7 +10,7 @@
10
description='A simple text editor in python with tkinter',
11
author='Pythonic456',
12
data_files=[
13
- ('/usr/share/applications', ['fedit/fedit.desktop']),
+ ('/usr/share/applications', ['fedit.desktop']),
14
('/usr/share/fedit/',['fedit.py']),
15
('/usr/share/fedit/',['fedit.png']),
16
('/usr/share/fedit/',['tktools.py'])
0 commit comments