From 1381ffecb4c2155fe958fb2087d91bda115a73e9 Mon Sep 17 00:00:00 2001 From: Nitin Madnani Date: Mon, 24 Aug 2020 13:37:05 -0400 Subject: [PATCH] tweak setup.py --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 523a236..4068ad5 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ # You should have received a copy of the GNU General Public License # along with GridMap. If not, see . import sys + from setuptools import setup # To get around the fact that you can't import stuff from packages in setup.py @@ -63,5 +64,7 @@ def requirements(): 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3'], + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8'], zip_safe=False)