-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
27 lines (25 loc) · 901 Bytes
/
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
[metadata]
name = sphinx-opensearch
author = Open Telekom Cloud - Ecosystem Squad
author_email = [email protected]
description = Python program to index Sphinx-based documentations into Elasticsearch or Opensearch
description_file =
README.md
home_page = https://github.com/opentelekomcloud/sphinx-opensearch
classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Operating System :: Unix
Operating System :: MacOS
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
keywords = Sphinx, search, python
[options]
packages = sphinx_opensearch
[options.entry_points]
console_scripts =
sphinxsearch = sphinx_opensearch.sphinxsearch:main