-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
35 lines (32 loc) · 1.06 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
[metadata]
name = deephaven-plugin
description = Deephaven Plugin interface
long_description = file: README.md
long_description_content_type = text/markdown
version = attr:deephaven.plugin.__version__
url = https://github.com/deephaven/deephaven-plugin
project_urls =
Source Code = https://github.com/deephaven/deephaven-plugin
Bug Tracker = https://github.com/deephaven/deephaven-plugin/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Environment :: Plugins
Development Status :: 3 - Alpha
keywords = deephaven, plugin
author = Devin Smith
author_email = [email protected]
platforms = any
[options]
package_dir=
=src
packages=find_namespace:
install_requires =
importlib-metadata>=3.6;python_version<'3.8'
[options.packages.find]
where=src
[options.entry_points]
console_scripts =
deephaven-plugin-list-registrations = deephaven.plugin:list_registrations_console
deephaven-plugin-list-plugins = deephaven.plugin:list_plugins_console