-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
44 lines (38 loc) · 1 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[metadata]
name = evidence-normalizer
author = VICC
author_email = [email protected]
description = VICC normalization routine for evidence
long_description = file:README.md
long_description_content_type = text/markdown
home-page = https://github.com/cancervariants/evidence-normalization
license-file = LICENSE
license = MIT
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Intended Audience :: Developers
Topic :: Scientific/Engineering :: Bio-Informatics
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
[options]
packages = find:
python_requires = >=3.7
zip_safe = False
install_requires =
pydantic == 2.*
requests
boto3
tests_require =
pytest
pytest-cov
[options.extras_require]
dev =
variation-normalizer ~= 0.8.0.dev0
asyncclick
openpyxl
pandas
xlrd
[tool:pytest]
addopts = --ignore setup.py --doctest-modules --cov-report term-missing --cov .