Skip to content

Commit cd2ec89

Browse files
authored
fix pypi classifiers (#634)
Fixes: #587
1 parent 0d7cbb7 commit cd2ec89

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

setup.cfg

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ description-file =
1010
# Do not include ChangeLog in description-file due to multiple reasons:
1111
# - Unicode chars, see https://github.com/pycontribs/jira/issues/512
1212
# - Breaks ability to perform `python setup.py install`
13-
13+
description-content-type = text/plain; charset=UTF-8
1414
home-page = https://github.com/pycontribs/jira
15+
project_urls =
16+
Bug Tracker = https://github.com/pycontribs/jira/issues
17+
Source Code = https://github.com/pycontribs/jira.git
18+
Documentation = https://jira.readthedocs.io/en/master/
19+
requires-python = >=2.7
20+
1521
license = BSD
1622
classifier =
1723
Development Status :: 5 - Production/Stable
@@ -26,15 +32,10 @@ classifier =
2632
Programming Language :: Python :: 3.4
2733
Programming Language :: Python :: 3.5
2834
Programming Language :: Python :: 3.6
35+
Programming Language :: Python :: 3.7
2936
Topic :: Software Development :: Libraries :: Python Modules
3037
Topic :: Internet :: WWW/HTTP
31-
keywords =
32-
api
33-
atlassian
34-
jira
35-
rest
36-
web
37-
rest
38+
keywords = api, atlassian, jira, rest, web
3839

3940
[files]
4041
packages =

0 commit comments

Comments
 (0)