forked from docs/doc-exports
chore: use convertor from separate project
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: gtema <artem.goncharov@gmail.com> Co-committed-by: gtema <artem.goncharov@gmail.com>
This commit is contained in:
15
setup.cfg
15
setup.cfg
@ -1,11 +1,11 @@
|
||||
[metadata]
|
||||
name = otc-doc-convertor
|
||||
name = otc-doc-exports
|
||||
author = Open Telekom Cloud - Ecosystem Squad
|
||||
author_email = dl-pbcotcdeleco@t-systems.com
|
||||
description = Python program to convert docs exported in HTML into RST
|
||||
description = Doc sources (HTML) to track changes in the vendors documentation system
|
||||
description_file =
|
||||
README.md
|
||||
home_page = https://github.com/opentelekomcloud-docs/doc-exports
|
||||
home_page = https://gitea.eco.tsi-dev.otc-service.com/docs/doc-exports
|
||||
classifier =
|
||||
License :: OSI Approved :: Apache Software License
|
||||
Operating System :: POSIX :: Linux
|
||||
@ -17,12 +17,3 @@ classifier =
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
keywords = Sphinx, search, python
|
||||
|
||||
[options]
|
||||
packages = otc_doc_convertor
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
otc-convert-doc = otc_doc_convertor.convertor:main
|
||||
otc-convert-compare = otc_doc_convertor.comparator:main
|
||||
|
||||
Reference in New Issue
Block a user