splitmsa/setup.cfg
Harrison cf9df14fce
Some checks failed
ydeng/splitmsa/pipeline/head There was a failure building this commit
Removed "Gooey" as dependency and fixed "setup.cfg"
2023-04-20 15:39:20 -05:00

12 lines
212 B
INI

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