From d19dfb7c9d8fa164aabe122681aa21206356a57e Mon Sep 17 00:00:00 2001 From: Ioannis Tziakos Date: Fri, 10 May 2024 17:43:38 +0100 Subject: [PATCH] Update and cleanup setup.cfg - Update classifiers - Update minimum python required - Update package_data folders - Remove hypothesis from tests dependencies --- setup.cfg | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/setup.cfg b/setup.cfg index 726db7b..c60fee9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,11 +10,11 @@ long_description_content_type = rst license = BSD-3-Clause license_files = file: LICENSE.txt classifier = - Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.11 [bdist_wheel] universal = 1 @@ -39,12 +39,11 @@ packages = okonomiyaki.utils okonomiyaki.utils.test_data okonomiyaki.utils.tests -python_requires = >=2.7 +python_requires = >=3.6 install_requires = attrs >= 16.1.0 jsonschema >= 2.5.1 zipfile2 >= 0.0.12 - enum34; python_version=="2.7" distro; sys_platform=="linux2" distro; sys_platform=="linux" @@ -56,26 +55,25 @@ okonomiyaki.repositories.tests = okonomiyaki.utils.test_data = *.runtime *.runtime.invalid - eggs/osx_x86_64/*.egg - eggs/rh5_x86_64/*.egg - eggs/rh6_x86_64/*.egg - eggs/rh7_x86_64/*.egg - eggs/rh8_x86_64/*.egg - eggs/win_x86_64/*.egg + eggs/osx_arm64/cp311/*.egg + eggs/osx_x86_64/cp27/*.egg eggs/osx_x86_64/cp38/*.egg eggs/osx_x86_64/cp311/*.egg - eggs/rh5_x86_64/cp38/*.egg - eggs/rh6_x86_64/cp38/*.egg + eggs/rh5_x86_64/cp27/*.egg + eggs/rh6_x86_64/cp27/*.egg + eggs/rh7_x86_64/cp27/*.egg eggs/rh7_x86_64/cp38/*.egg eggs/rh8_x86_64/cp311/*.egg + eggs/rh8_arm64/cp311/*.egg + eggs/win_x86_64/cp27/*.egg eggs/win_x86_64/cp38/*.egg eggs/win_x86_64/cp311/*.egg + eggs/win_arm64/cp311/*.egg wheels/*.whl [options.extras_require] test = haas - hypothesis parameterized testfixtures distro