From dc9b2b6bdb2e53582ed7d090f40a1aec5983fd3a Mon Sep 17 00:00:00 2001 From: Nikolaus Waxweiler Date: Sat, 27 Oct 2018 10:27:56 +0100 Subject: Add Python 3.7 to the classifiers Fixes https://github.com/pypa/setuptools/issues/1528. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2cac67a2..cdb4ec79 100755 --- a/setup.py +++ b/setup.py @@ -164,6 +164,7 @@ setup_params = dict( Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 Topic :: Software Development :: Libraries :: Python Modules Topic :: System :: Archiving :: Packaging Topic :: System :: Systems Administration -- cgit v1.2.1