forked from jupyter-widgets/ipydatagrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
52 lines (50 loc) · 1.29 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
[metadata]
name = ipydatagrid
version = attr: ipydatagrid._version.__version__
description = Fast Datagrid widget for the Jupyter Notebook and JupyterLab
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/bloomberg/ipydatagrid
author = Bloomberg
license = BSD-3-Clause
license_file = LICENSE.txt
classifiers =
Framework :: Jupyter
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
description_file = README.md
keywords = Jupyter, Widgets, IPython
[options]
packages = find:
install_requires =
bqplot>=0.11.6
ipywidgets>=7.6.0,<8
pandas>=0.25.0
py2vega>=0.5.0
python_requires = >=3.6
include_package_data = True
zip_safe = False
[options.extras_require]
dev =
pre-commit
docs =
jupyter_sphinx
nbsphinx>=0.2.13,<0.4.0
nbsphinx-link
pypandoc
pytest_check_links
recommonmark
sphinx>=1.5
sphinx_rtd_theme
test =
nbval
pytest>=3.6
pytest-cov