From 5acffbefa3056d3988f210eaec3da76f5648312d Mon Sep 17 00:00:00 2001 From: batman feynman Date: Wed, 15 Dec 2021 10:33:37 +0530 Subject: [PATCH] updated python version support and requirements ordering --- setup.cfg | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/setup.cfg b/setup.cfg index cfb2c2c..3993155 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,8 +29,6 @@ classifiers = Natural Language :: Russian Natural Language :: Spanish Programming Language :: Python :: 3 - Programming Language :: Python :: 3.4 - Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 @@ -44,14 +42,14 @@ classifiers = include_package_data = True packages = find: install_requires = - twisted[tls]>=16.4.0 - certifi>=2018.11.29 appnope>=0.1.0; sys_platform == 'darwin' + certifi>=2018.11.29 pypiwin32>=223; sys_platform == 'win32' - zope.interface>=4.4.0; sys_platform == 'win32' pyside2>=5.11.0 requests>=2.20.0; sys_platform == 'darwin' -python_requires = >=3.4 + twisted[tls]>=16.4.0 + zope.interface>=4.4.0; sys_platform == 'win32' +python_requires = >=3.6 [options.entry_points] console_scripts =