-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
37 lines (34 loc) · 1.09 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
description = Deephaven Plugin for Plotly
long_description = file: README.md
long_description_content_type = text/markdown
version = attr:deephaven.plugin.plotly.__version__
url = https://github.com/deephaven/deephaven-plugin-plotly
project_urls =
Source Code = https://github.com/deephaven/deephaven-plugin-plotly
Bug Tracker = https://github.com/deephaven/deephaven-plugin-plotly/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, plotly
author = Devin Smith, Vlad Babich
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.plugin.plotly:PlotlyRegistration