From 1f1482beba0741df7013df4f8d4a4e3f1b9f17a3 Mon Sep 17 00:00:00 2001 From: "Adam.Dybbroe" Date: Mon, 16 Mar 2020 15:50:09 +0100 Subject: [PATCH 1/2] Leave Python 2 support and require Python 3.6 or higher Signed-off-by: Adam.Dybbroe --- setup.cfg | 3 ++- setup.py | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 692b4ec..1ac704f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bdist_rpm] -requires=python-daemon python-zmq +requires=python-daemon pyzmq python3-six release=1 [versioneer] @@ -12,3 +12,4 @@ tag_prefix = v [flake8] max-line-length = 120 +no \ No newline at end of file diff --git a/setup.py b/setup.py index 786aea9..ad92ec0 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2011, 2012, 2014, 2015. +# Copyright (c) 2011, 2012, 2014, 2015, 2020. # Author(s): @@ -34,7 +34,7 @@ cmdclass=versioneer.get_cmdclass(), description='Messaging system for pytroll', author='The pytroll team', - author_email='martin.raspaud@smhi.se', + author_email='pytroll@googlegroups.com', url="http://github.com/pytroll/posttroll", packages=['posttroll'], entry_points={ @@ -52,5 +52,6 @@ 'Topic :: Scientific/Engineering', 'Topic :: Communications' ], + python_requires='>=3.6', test_suite='posttroll.tests.suite', ) From cb63ee7de2ec5fd4ffe9ed00dfae4c0663e49deb Mon Sep 17 00:00:00 2001 From: "Adam.Dybbroe" Date: Mon, 16 Mar 2020 16:02:45 +0100 Subject: [PATCH 2/2] Bugfix, removing wrongly pasted letters "no" from file Signed-off-by: Adam.Dybbroe --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1ac704f..452eaf9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,4 +12,3 @@ tag_prefix = v [flake8] max-line-length = 120 -no \ No newline at end of file