-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup.cfg
42 lines (39 loc) · 1.28 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
[bdist_wheel]
universal=1
[metadata]
long_description = file: README.md
long_description_content_type = text/markdown
license_file = LICENSE.txt
[metadata]
name = lineup_widget
author = Samuel Gratzl
author_email= [email protected]
version = attr: lineup_widget._version.__version__
description = Wrapper around the LineUp.js library for multi attribute rankings
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/lineupjs/lineup_widget
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.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.8