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 0d861da commit fcfc5e6Copy full SHA for fcfc5e6
setup.py
@@ -36,9 +36,13 @@
36
'Programming Language :: Python :: 3.6',
37
'Natural Language :: English',
38
'Natural Language :: French',
39
+ 'Natural Language :: Dutch',
40
+ 'Natural Language :: German',
41
+ 'Natural Language :: Spanish',
42
+ 'Natural Language :: Catalan',
43
'Operating System :: POSIX :: Linux',
44
],
- url="https://sourceforge.net/projects/my-notes",
45
+ url="https://github.com/j4321/MyNotes",
46
packages=['mynoteslib', 'mynoteslib.trayicon', 'mynoteslib.config'],
47
package_data={'mynoteslib': ['packages.tcl']},
48
scripts=["mynotes"],
0 commit comments