splitmsa/setup.cfg
Harrison 3ca07feade
All checks were successful
ydeng/splitmsa/pipeline/head This commit looks good
Deleted 'requirements.txt' and updated 'setup.cfg'
Wrong package name given in 'setup.cfg' is now fixed.
2023-04-20 15:42:43 -05:00

12 lines
218 B
INI

[metadata]
name = splitmsa
version = 0.0.1
[options]
packages = splitmsa
install_requires =
biopython ==1.81; python_version == "3.9"
[options.entry_points]
console_scripts =
splitmsa = splitmsa.splitmsa:main