From e2a44a0debb33892b0e82f2c3767ff9300e395dd Mon Sep 17 00:00:00 2001 From: Benjamin Wohlwend Date: Tue, 26 Nov 2019 10:53:32 +0100 Subject: [PATCH] updated trove classifiers to include Python 3.7 and 3.8, and license --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index f2784275f..334e29532 100644 --- a/setup.py +++ b/setup.py @@ -197,8 +197,11 @@ def run_tests(self): "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", + "License :: OSI Approved :: BSD License", ], )