Skip to content

Commit fcfc5e6

Browse files
committed
Update classifiers in setup.py
1 parent 0d861da commit fcfc5e6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,13 @@
3636
'Programming Language :: Python :: 3.6',
3737
'Natural Language :: English',
3838
'Natural Language :: French',
39+
'Natural Language :: Dutch',
40+
'Natural Language :: German',
41+
'Natural Language :: Spanish',
42+
'Natural Language :: Catalan',
3943
'Operating System :: POSIX :: Linux',
4044
],
41-
url="https://sourceforge.net/projects/my-notes",
45+
url="https://github.com/j4321/MyNotes",
4246
packages=['mynoteslib', 'mynoteslib.trayicon', 'mynoteslib.config'],
4347
package_data={'mynoteslib': ['packages.tcl']},
4448
scripts=["mynotes"],

0 commit comments

Comments
 (0)