From c1a5e6381dd26292fa1ebcb01baa699ddc923238 Mon Sep 17 00:00:00 2001 From: Jared Lumpe Date: Sun, 1 Dec 2024 16:26:44 -0800 Subject: [PATCH] setup.cfg formatting --- setup.cfg | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/setup.cfg b/setup.cfg index c626c66..ad43822 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,24 +18,25 @@ include_package_data = true python_requires = >= 3.9 install_requires = - numpy~=1.13 - sqlalchemy>=1.4 + # Test failures on 2.x + numpy ~= 1.13 + sqlalchemy >= 1.4 # Seq stores data as bytes - biopython~=1.79 - attrs>=20 + biopython ~= 1.79 + attrs >= 20 # Minimum for 3.12, also introduces potentially breaking changes - cattrs>=23.2 - click>=7.0 - h5py~=3.0 - scipy~=1.7 - typing-extensions>=4.0 + cattrs >= 23.2 + click >= 7.0 + h5py ~= 3.0 + scipy ~= 1.7 + typing-extensions >= 4.0 tests_require = pytest [options.packages.find] -where=src +where = src [options.entry_points]