-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
35 lines (34 loc) · 1.19 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
[metadata]
name = d3vis_ipynb
author = Daniel Adam Miranda
version = attr: d3vis_ipynb._version.__version__
description = A Custom Jupyter Widget Library with visualizations created with D3.js.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/H-IAAC/d3vis_ipynb
keywords = ipython, widgets, Jupyter, JupyterLab, JupyterLab3
license = BSD 3-Clause License
classifiers =
License :: OSI Approved :: BSD License
Development Status :: 4 - Beta
Framework :: IPython
Intended Audience :: Developers
Intended Audience :: Science/Research
Programming Language :: Python
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Framework :: Jupyter
Framework :: Jupyter :: JupyterLab
Framework :: Jupyter :: JupyterLab :: 3
Framework :: Jupyter :: JupyterLab :: Extensions
Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
[options]
zip_safe = False
include_package_data = True
packages = find:
install_requires =
ipywidgets>=7.6.0,<9
python_requires = >=3.7