forked from holoviz/holoviz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
83 lines (73 loc) · 2.1 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[metadata]
name = holoviz
version = attr: param.version.get_setupcfg_version
description = High-level tools to simplify visualization in Python.
long_description = file: README.md
long_description_content_type = text/markdown
license = BSD 3-Clause License
license_file = LICENSE.txt
classifiers =
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.7
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Intended Audience :: Developers
Natural Language :: English
Topic :: Scientific/Engineering
author = HoloViz developers
author_email = [email protected]
maintainer = HoloViz developers
maintainer_email = [email protected]
url = http://holoviz.org
project_urls =
Bug Tracker = https://github.com/holoviz/holoviz/issues
Documentation = http://holoviz.org
Source Code = https://github.com/holoviz/holoviz
[options]
include_package_data = True
packages = find:
python_requires = >=3.6
install_requires =
numpy
pandas
dask[complete]
xarray
matplotlib
notebook
rise # Optional; for presenting overview as slides
###
# mutually compatible holoviz-maintained packages
# if you change these, make sure to change the check in 01_Setup.ipynb
bokeh
holoviews
hvplot
datashader
panel
param
pyct[cmd]
[options.extras_require]
tests =
nbsmoke >=0.2.6
flake8
pytest >=2.8.5
doc =
nbsite >=0.6.1
sphinx_holoviz_theme
# unlikely to all be installable via pip at the moment, but still declared for e.g. checking
indirect =
netcdf4
fastparquet >=0.2.1
python-snappy # for reading snappy-compressed Parquet files
[options.entry_points]
console_scripts =
holoviz = holoviz.__main__:main
[wheel]
universal = 1
[tool:autover.configparser_workaround.archive_commit=$Format:%h$]
[tool:pyctdev.conda]
# maybe this should be called environments, and be used for both pip
# and conda, for both environments and packages.
packages =
holoviz = indirect