-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
67 lines (59 loc) · 1.38 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
64
65
66
67
##########################
# Setup.py Configuration #
##########################
[metadata]
name = guiltytargets_phewas
version = 0.0.1-dev
description = Change meeeeee
long_description = file: README.rst
# Author information
author = Mauricio Pio de Lacerda
author_email = mauriciopl@gmail.com
maintainer = Mauricio Pio de Lacerda
maintainer_email = mauriciopl@gmail.com
url = https://github.com/GuiltyTargets/phewas
# License Information
license = MIT
license_file = LICENSE
# Search tags
classifiers =
Development Status :: 1 - Planning
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Chemistry
keywords =
Biological Expression Language
BEL
Networks Biology
Systems Biology
[options]
install_requires =
# PyBEL
pybel>=0.13.0
bel_repository
bel_resources
bio2bel_phewascatalog
# Utils
networkx
requests
click
sqlalchemy
tqdm
# Scientific Python
pandas
scipy
numpy
# Everything else
mygene
opentargets
python_requires = >=3.6
packages = find:
package_dir =
= src
zip_safe = true