Skip to content

Commit a26f59b

Browse files
committed
Add keywords to PyPi release
Fixes #99
1 parent d73fc67 commit a26f59b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELONG
22

3+
## 2.3.0
4+
5+
### Added
6+
7+
- Added keywords to the PyPi manifest
8+
([#99](https://github.com/gnikit/fortls/issues/99))
9+
310
## 2.2.14
411

512
### Added

setup.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ classifiers =
2424
Operating System :: POSIX
2525
Operating System :: Unix
2626
Operating System :: MacOS
27+
keywords =
28+
fortran
29+
language server
30+
language server protocol
31+
lsp
32+
fortls
2733
project_urls =
2834
Documentation = https://gnikit.github.io/fortls
2935
Repository = https://github.com/gnikit/fortls

0 commit comments

Comments
 (0)