-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
38 lines (36 loc) · 932 Bytes
/
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
[metadata]
name = gig-map
version = 0.0.1
author = Samuel Minot
author_email = sminot@fredhutch.org
description =Visualize a map of genes detected across a set of microbial genomes
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/FredHutch/gig-map
project_urls =
Bug Tracker = https://github.com/FredHutch/gig-map/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= app
packages = find:
install_requires =
dash>=1.20.0
dash_bootstrap_components>=0.12.2
dash_core_components>=1.16.0
dash_html_components>=1.1.3
direct_redis>=0.3.1
scikit-bio>=0.5.6
tables>=3.6.1
pandas>=1.1.0
numpy>=1.19.0
plotly>=4.14.0
scipy>=1.5.0
python_requires = >=3.6
scripts =
app/gig-map
[options.packages.find]
where = app