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", ], )