generated from ydeng/python-program
Harrison Deng
515d790844
Some checks failed
ydeng/modvcfsamples/pipeline/head There was a failure building this commit
18 lines
260 B
INI
18 lines
260 B
INI
[metadata]
|
|
name = modvcfsamples
|
|
version = 0.0.1
|
|
|
|
[options]
|
|
package_dir =
|
|
= ./src
|
|
install_requires =
|
|
pyvcf ==0.6.8
|
|
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
modvcfsamples = modvcfsamples.cli:main
|
|
|
|
[tool:pytest]
|
|
pythonpath = src
|
|
testpaths = tests |