File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ def open_relative(*path):
13
13
Opens files in read-only with a fixed utf-8 encoding.
14
14
15
15
All locations are relative to this setup.py file.
16
+
16
17
"""
17
18
here = os .path .abspath (os .path .dirname (__file__ ))
18
19
filename = os .path .join (here , * path )
@@ -71,6 +72,9 @@ def open_relative(*path):
71
72
'Programming Language :: Python :: 2.7' ,
72
73
'Programming Language :: Python :: 3.5' ,
73
74
'Programming Language :: Python :: 3.6' ,
75
+ 'Programming Language :: Python :: 3.7' ,
76
+ 'Programming Language :: Python :: 3.8' ,
77
+ 'Programming Language :: Python :: 3.9' ,
74
78
],
75
79
76
80
# What does your project relate to?
Original file line number Diff line number Diff line change 5
5
# https://oss.oracle.com/licenses/upl/
6
6
#
7
7
8
- __version__ = '5.2.1 '
8
+ __version__ = '5.2.4 '
You can’t perform that action at this time.
0 commit comments