From f1304c1ae6ee1f265ed1f1d4daf2d250131c46e6 Mon Sep 17 00:00:00 2001 From: Jean Mainguy Date: Tue, 28 Nov 2023 16:47:50 +0100 Subject: [PATCH] fix typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 93ac6054..ada32680 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ url="https://github.com/labgem/PPanGGOLiN", description="Pangenome analysis suite", packages=setuptools.find_packages(), - setup_requires==["cython<3.0.0"], + setup_requires=["cython<3.0.0"], install_requires=[], package_data={'': ['rRNA_DB/*cm*']}, classifiers=["Environment :: Console",