Skip to content

Commit 6b4e5eb

Browse files
committed
updated trove classifiers to include Python 3.7 and 3.8, and license (#653)
1 parent 0116b88 commit 6b4e5eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,11 @@ def run_tests(self):
197197
"Programming Language :: Python :: 3.4",
198198
"Programming Language :: Python :: 3.5",
199199
"Programming Language :: Python :: 3.6",
200+
"Programming Language :: Python :: 3.7",
201+
"Programming Language :: Python :: 3.8",
200202
"Programming Language :: Python :: Implementation :: CPython",
201203
"Programming Language :: Python :: Implementation :: PyPy",
204+
"License :: OSI Approved :: BSD License",
202205
],
203206
)
204207

0 commit comments

Comments
 (0)