generated from ydeng/python-program
Harrison Deng
f1aaaddc0c
Some checks failed
ydeng/modvcfsamples/pipeline/head There was a failure building this commit
Now includes 'vcfpy' instead of 'pyvcf'
18 lines
261 B
INI
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 |