splitmsa/setup.cfg
Harrison b4aece7f29
All checks were successful
ydeng/splitmsa/pipeline/head This commit looks good
Pipeline now checks the installation
2023-04-22 16:40:17 -05:00

12 lines
213 B
INI

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