-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
36 lines (31 loc) · 843 Bytes
/
setup.cfg
File metadata and controls
36 lines (31 loc) · 843 Bytes
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
[metadata]
name = mutalyzer_crossmapper
version = 2.0.1
description = Mutalyzer HGVS position crossmapper.
long_description = file: README.rst
author = Jeroen F.J. Laros
author_email = J.F.J.Laros@lumc.nl
url = https://github.com/mutalyzer/crossmapper
keywords = Mutalyzer, HGVS, position, crossmap, convert
license = MIT
classifiers =
Intended Audience :: Science/Research
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Scientific/Engineering
[options]
packages = find:
[options.extras_require]
tests =
pytest-cov>=2.10.0
pytest-pep8>=1.0.6
pytest>=5.4.3
[tool:pytest]
pep8ignore = docs/conf.py ALL
[coverage:run]
source = mutalyzer_crossmapper
[flake8]
per-file-ignores =
mutalyzer_crossmapper/__init__.py: F401
docs/conf.py: E402