Deleted 'requirements.txt' and updated 'setup.cfg'
All checks were successful
ydeng/splitmsa/pipeline/head This commit looks good
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:
parent
cf9df14fce
commit
3ca07feade
@ -1 +0,0 @@
|
|||||||
Bio==1.5.6
|
|
@ -5,7 +5,7 @@ version = 0.0.1
|
|||||||
[options]
|
[options]
|
||||||
packages = splitmsa
|
packages = splitmsa
|
||||||
install_requires =
|
install_requires =
|
||||||
Bio ==1.81; python_version == "3.9"
|
biopython ==1.81; python_version == "3.9"
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
|
Loading…
Reference in New Issue
Block a user