2023-04-21 16:47:28 +00:00
|
|
|
[metadata]
|
|
|
|
name = bmlsa
|
2023-04-28 15:49:07 +00:00
|
|
|
version = 0.0.4
|
2023-04-21 16:47:28 +00:00
|
|
|
|
|
|
|
[options]
|
2023-04-28 15:49:07 +00:00
|
|
|
package_dir =
|
|
|
|
= src
|
2023-04-21 16:47:28 +00:00
|
|
|
install_requires =
|
|
|
|
biopython ==1.81
|
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
2023-04-28 15:49:07 +00:00
|
|
|
bmlsa = bmlsa.cli:main
|
|
|
|
|
|
|
|
[tool:pytest]
|
|
|
|
pythonpath = src
|
|
|
|
testpaths = tests
|