From 338eb998b2cffaaaf7e284ecd382585c7c138645 Mon Sep 17 00:00:00 2001 From: lilong12 Date: Thu, 9 Jan 2020 10:15:26 +0800 Subject: [PATCH] add py3 classifier for setup (#26) --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index cb27619..b201c95 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,10 @@ 'Intended Audience :: Science/Research', 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Mathematics', 'Topic :: Scientific/Engineering :: Artificial Intelligence',