-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
61 lines (58 loc) · 1.36 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
[bdist_wheel]
universal=1
[metadata]
name = trident_chemwidgets
version = attr: trident_chemwidgets._version.__version__
description = Jupyter widgets for working with chemical datasets
long_description = file: README.md
long_description_content_type = text/markdown
license_files = LICENSE.txt
keywords =
Jupyter
Widgets
IPython
Chemistry
Visualization
author = Trident Bioscience, Inc.
author_email = [email protected]
maintainer = Tyler Shimko
maintainer_email = [email protected]
url = https://github.com/tridentbio/trident-chemwidgets
platforms =
Linux
Mac OS X
Windows
classifiers =
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Framework :: Jupyter
[options]
python_requires = >=3.8
install_requires =
ipywidgets>=7.0.0
pandas>=1.0.0
packages = find_namespace:
include_package_data = True
[options.extras_require]
test =
pytest>=4.6
pytest-cov
nbval
docs =
jupyter_sphinx
myst-parser
nbsphinx
nbsphinx-link
pytest_check_links
pypandoc
recommonmark
sphinx>=1.5
sphinx-autobuild
sphinx_rtd_theme
furo