Deleted 'requirements.txt' and updated 'setup.cfg'
All checks were successful
ydeng/splitmsa/pipeline/head This commit looks good

Wrong package name given in 'setup.cfg' is now fixed.
This commit is contained in:
Harrison Deng 2023-04-20 15:42:32 -05:00
parent cf9df14fce
commit 3ca07feade
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
Bio==1.5.6

View File

@ -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 =