From eeeeccbf8cecc13caa78e743cca8cba35e4d3ee0 Mon Sep 17 00:00:00 2001 From: Marc Michalsky Date: Thu, 27 Oct 2022 22:41:26 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=87=EF=B8=8F=20downgrade=20minimal=20Pyth?= =?UTF-8?q?on=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c95813d..0531cfa 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="civiproxy_logs2json", - version="1.0.0", + version="1.0.1", author="Marc Michalsky", author_email="michalsky@forumZFD.de", packages=["civiproxy_logs2json"], @@ -14,8 +14,7 @@ setuptools.setup( long_description_content_type="text/markdown", url="https://github.com/MarcMichalsky/civiproxy_logs2json", license='MIT', - python_requires='>=3.8', - install_requires=[], + python_requires='>=3.5', entry_points={ 'console_scripts': [ 'cpl2j = civiproxy_logs2json.__main__:main',