From 1141fd97c78c6df6893c4e0be32916aaa9a92075 Mon Sep 17 00:00:00 2001 From: Anurag Kumar Date: Tue, 14 Sep 2021 10:08:21 +0530 Subject: [PATCH] Update setup.py updated classifiers --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 7b38a30..9530c07 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,10 @@ packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "License :: OSI Approved :: Apache License 2.0", "Operating System :: OS Independent", ],