From 2ada4a6b091307988e20aa548948391a9fb09363 Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 10 Jun 2020 10:42:02 -0600 Subject: version bump 0.3.13 --- setup.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f80264e..4c9f84b 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,3 @@ -""" -EventMQ setup.py file for distribution - -""" import ast from setuptools import find_packages, setup @@ -53,15 +49,14 @@ setup( 'Intended Audience :: Developers', 'Topic :: System :: Distributed Computing', - # Pick your license as you wish (should match "license" above) 'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)', # noqa 'Operating System :: OS Independent', - # Specify the Python versions you support here. In particular, ensure - # that you indicate whether you support Python 2, Python 3 or both. + 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], scripts=[ 'bin/emq-cli', -- cgit v1.2.1