Skip to content

Commit 092de41

Browse files
committed
Updated setup configuration file
- Add donation links and changelog - Add Python 3.11
1 parent 52fa2d0 commit 092de41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers =
1919
Programming Language :: Python :: 3.8
2020
Programming Language :: Python :: 3.9
2121
Programming Language :: Python :: 3.10
22+
Programming Language :: Python :: 3.11
2223
Programming Language :: Fortran
2324
Operating System :: Microsoft :: Windows
2425
Operating System :: POSIX
@@ -31,9 +32,11 @@ keywords =
3132
lsp
3233
fortls
3334
project_urls =
35+
Donate = https://github.com/sponsors/gnikit
3436
Documentation = https://gnikit.github.io/fortls
35-
Repository = https://github.com/gnikit/fortls
37+
Changes = https://github.com/gnikit/fortls/blob/master/CHANGELOG.md
3638
Tracker = https://github.com/gnikit/fortls/issues
39+
Source Code = https://github.com/gnikit/fortls
3740

3841
[options]
3942
packages = find:

0 commit comments

Comments
 (0)