modvcfsamples/setup.cfg
Harrison Deng f1aaaddc0c
Some checks failed
ydeng/modvcfsamples/pipeline/head There was a failure building this commit
Changed build environment and project metadata
Now includes 'vcfpy' instead of 'pyvcf'
2023-06-27 13:59:14 +00:00

18 lines
261 B
INI

[metadata]
name = modvcfsamples
version = 0.0.1
[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