From e39f292b20b718135f0c24701daf0f66d2e7145d Mon Sep 17 00:00:00 2001 From: alexcjohnson Date: Tue, 29 Jan 2019 13:30:12 -0500 Subject: [PATCH] include py3.7 in setup.py classifiers also major-only classifiers --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 2182122ced..5c27cc94ee 100644 --- a/setup.py +++ b/setup.py @@ -40,11 +40,15 @@ 'Intended Audience :: Manufacturing', 'Intended Audience :: Science/Research', 'License :: OSI Approved :: MIT License', + 'Programming Language :: Python', + 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Database :: Front-Ends', 'Topic :: Office/Business :: Financial :: Spreadsheet', 'Topic :: Scientific/Engineering :: Visualization',