From: François Freitag Date: Mon, 7 Jan 2019 18:37:35 +0000 (+0100) Subject: Add Python 3.7 to trove classifiers X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f4a8fc2eb3a8ce85b078a3b099bb4ceef19f9fbb;p=redacted-XKCD-password-generator.git Add Python 3.7 to trove classifiers --- diff --git a/setup.py b/setup.py index 614ae8e..2821673 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Environment :: Console', 'Operating System :: OS Independent', 'License :: OSI Approved :: BSD License',