forked from limix/limix-lmm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
63 lines (57 loc) · 1.41 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[metadata]
author = Francesco Paolo Casale
author_email = casale@ebi.ac.uk
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
description = Linear mixed model for GWAS
download_url = https://github.com/limix/limix-lmm
keywords = GWAS, LMM
license = APACHE
long_description = file: README.md
long_description_content_type = text/markdown
maintainer = Francesco Paolo Casale
platforms = Windows, MacOS, Linux
maintainer_email = casale@ebi.ac.uk
name = limix-lmm
url = https://github.com/limix/limix-lmm
version = attr: version.get
[options]
zip_safe = True
include_package_data = True
packages = find:
setup_requires =
pytest-runner>=4.2
install_requires =
numpy>=1.13.0
scipy>=1.1.0
pytest>=3.6.3
limix-core>=1.0.2
pandas-plink>=1.2.28
matplotlib>=2.2.3
bgen-reader>=2.0.7
geno-sugar
[aliases]
test = pytest
[tool:pytest]
addopts =
--doctest-modules
--doctest-glob='*.rst'
--ignore="setup.py"
--ignore="doc/conf.py"
doctest_optionflags = ELLIPSIS
norecursedirs = .eggs .git *.egg-info build .ropeproject doc/_build
pep8ignore = E402
[tool:isort]
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
combine_as_imports=True
line_length=88
[flake8]
ignore = E501 E741 E203
[doc8]
max-line-length = 88
ignore-path = **/*.txt,**/**/*.txt