This repository was archived by the owner on Nov 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathsetup.cfg
More file actions
59 lines (51 loc) · 1.36 KB
/
setup.cfg
File metadata and controls
59 lines (51 loc) · 1.36 KB
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
[metadata]
name = paramnb
version = attr: param.version.get_setupcfg_version
description = Generate ipywidgets from Parameterized objects in the notebook
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 :: 2.7
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Development Status :: 4 - Beta
author = PyViz
author_email = holoviews@gmail.com
maintainer = PyViz
maintainer_email = holoviews@gmail.com
url = https://paramnb.pyviz.org
project_urls =
Bug Tracker = https://github.com/ioam/paramnb/issues
Documentation = https://paramnb.pyviz.org
Source Code = https://github.com/ioam/paramnb
[options]
include_package_data = True
packages = find:
python_requires = >=2.7
install_requires =
param >=1.7.0
ipywidgets >=5.2.2
[options.extras_require]
tests =
nbsmoke >=0.2.6
flake8
pytest >=2.8.5
examples =
pyct[cmd]
holoviews >=1.9.0
pandas
jupyter
numpy
matplotlib
bokeh
[options.entry_points]
console_scripts =
paramnb = paramnb.__main__:main
[wheel]
universal = 1
[tool:autover.configparser_workaround.archive_commit=$Format:%h$]