modvcfsamples/setup.cfg

18 lines
261 B
INI
Raw Normal View History

2023-06-22 16:35:31 +00:00
[metadata]
name = modvcfsamples
2023-06-28 06:27:31 +00:00
version = 0.0.3
2023-06-22 16:35:31 +00:00
[options]
package_dir =
= ./src
install_requires =
vcfpy ==0.13.6
2023-06-22 16:35:31 +00:00
[options.entry_points]
console_scripts =
modvcfsamples = modvcfsamples.cli:main
2023-06-22 16:35:31 +00:00
[tool:pytest]
pythonpath = src
testpaths = tests