modvcfsamples/setup.cfg
Harrison Deng 02f52560eb
All checks were successful
ydeng/modvcfsamples/pipeline/head This commit looks good
Bumped version number
2023-06-27 20:26:48 +00:00

18 lines
261 B
INI

[metadata]
name = modvcfsamples
version = 0.0.2
[options]
package_dir =
= ./src
install_requires =
vcfpy ==0.13.6
[options.entry_points]
console_scripts =
modvcfsamples = modvcfsamples.cli:main
[tool:pytest]
pythonpath = src
testpaths = tests