-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
37 lines (34 loc) · 1.14 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
[metadata]
name = deephaven-plugin-plotly-express
description = Deephaven Chart Plugin
long_description = file: README.md
long_description_content_type = text/markdown
version = attr:deephaven.plot.express.__version__
url = https://github.com/deephaven/deephaven-plugin-plotly-express
project_urls =
Source Code = https://github.com/deephaven/deephaven-plugin-plotly-express
Bug Tracker = https://github.com/deephaven/deephaven-plugin-plotly-express/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Environment :: Plugins
Topic :: Scientific/Engineering :: Visualization
Development Status :: 3 - Alpha
keywords = deephaven, plugin, graph
author = Devin Smith, Vlad Babich, Joe Numainville
author_email = [email protected]
platforms = any
[options]
package_dir=
=src
packages=find_namespace:
install_requires =
deephaven-plugin>=0.5.0
plotly
include_package_data = True
[options.packages.find]
where=src
[options.entry_points]
deephaven.plugin =
registration_cls = deephaven.plot.express:ChartRegistration