-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
42 lines (38 loc) · 1.17 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
[metadata]
name = deephaven-plugin-matplotlib
description = Deephaven Plugin for matplotlib
long_description = file: README.md
long_description_content_type = text/markdown
version = attr:deephaven.plugin.matplotlib.__version__
url = https://github.com/deephaven/deephaven-plugin-matplotlib
project_urls =
Source Code = https://github.com/deephaven/deephaven-plugin-matplotlib
Bug Tracker = https://github.com/deephaven/deephaven-plugin-matplotlib/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Environment :: Plugins
Framework :: Matplotlib
Development Status :: 3 - Alpha
keywords = deephaven, plugin, matplotlib
author = Devin Smith
author_email = [email protected]
platforms = any
[options]
package_dir=
=src
packages=find_namespace:
install_requires =
deephaven-core>=0.27.0
jpy>=0.14.0
deephaven-plugin>=0.5.0
matplotlib
include_package_data = True
[options.packages.find]
where=src
[options.package_data]
* = *.mplstyle
[options.entry_points]
deephaven.plugin =
registration_cls = deephaven.plugin.matplotlib:MatplotlibRegistration