-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
60 lines (55 loc) · 1.54 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
[metadata]
name = pyranges_plot
version = attr: pyranges_plot._version.__version__
author = Ester Muñoz del Campo, Marco Mariotti
author_email = [email protected], [email protected]
description = 'Genomic intervals data visualization package for dataframe objects generated with PyRanges.'
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/pyranges/pyranges_plot
project_urls =
https://github.com/pyranges/pyranges_plot
Documentation=https://pyranges1.readthedocs.io/
Github Website=https://github.com/pyranges/pyranges_plot
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.12
install_requires =
pyranges1 >= 1.0.0
intervaltree >= 3.1.0
kaleido >= 0.2.1
[options.extras_require]
matplotlib =
matplotlib >= 3.7.2
mplcursors >= 0.5.2
plotly =
plotly >= 5.9.0
dash >= 2.14.0
dash_bootstrap_components >= 1.5.0
docs =
sphinx >= 7.3.7
sphinx_rtd_theme >= 2.0.0
sphinx-autoapi >= 3.1.1
sphinxcontrib-napoleon >= 0.7
memory-profiler >= 0.61.0
all =
matplotlib >= 3.7.2
mplcursors >= 0.5.2
plotly >= 5.9.0
dash >= 2.14.0
dash_bootstrap_components >= 1.5.0
sphinx >= 7.3.7
sphinx_rtd_theme >= 2.0.0
sphinx-autoapi >= 3.1.1
sphinxcontrib-napoleon >= 0.7
memory-profiler >= 0.61.0
[options.packages.find]
where = src
[tool.ruff]
max-line-length = 120