2023-06-22 16:35:31 +00:00
|
|
|
[metadata]
|
2023-06-26 17:20:40 +00:00
|
|
|
name = modvcfsamples
|
2023-06-22 16:35:31 +00:00
|
|
|
version = 0.0.1
|
|
|
|
|
|
|
|
[options]
|
|
|
|
package_dir =
|
2023-06-26 17:20:40 +00:00
|
|
|
= ./src
|
|
|
|
install_requires =
|
2023-06-27 13:59:14 +00:00
|
|
|
vcfpy ==0.13.6
|
2023-06-22 16:35:31 +00:00
|
|
|
|
|
|
|
|
2023-06-26 17:20:40 +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
|