From 3ca07feadebb6ccebc4e7a016ab0356a20506e83 Mon Sep 17 00:00:00 2001 From: Harrison Date: Thu, 20 Apr 2023 15:42:32 -0500 Subject: [PATCH] Deleted 'requirements.txt' and updated 'setup.cfg' Wrong package name given in 'setup.cfg' is now fixed. --- requirements.txt | 1 - setup.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 808664b..0000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -Bio==1.5.6 diff --git a/setup.cfg b/setup.cfg index ad1f310..50b6deb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ version = 0.0.1 [options] packages = splitmsa install_requires = - Bio ==1.81; python_version == "3.9" + biopython ==1.81; python_version == "3.9" [options.entry_points] console_scripts =