-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
47 lines (43 loc) · 1.2 KB
/
setup.cfg
File metadata and controls
47 lines (43 loc) · 1.2 KB
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
43
44
45
46
47
[metadata]
name = docinit
description = Bootstrap your Sphinx documentation
long_description = file: README.rst
keywords = doc, autodoc, sphinx, apidoc
license = MIT
home_page = https://github.com/timeflux/docinit
author = Pierre Clisson
author_email = contact@timeflux.io
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python
Operating System :: OS Independent
Intended Audience :: Developers
Topic :: Documentation :: Sphinx
project_urls =
Source Code = https://github.com/mesca/docinit
Bug Tracker = https://github.com/mesca/docinit/issues
[options]
packages = find:
include_package_data = True
install_requires =
setuptools>=62
setuptools-scm>=3.5
sphinx>=2.2
sphinx_rtd_theme>=0.4
sphinx-autoapi>=1.3
[options.entry_points]
distutils.setup_keywords =
docinit = docinit.docinit:setup_keyword
setuptools.finalize_distribution_options =
docinit = docinit.docinit:finalize_distribution
distutils.commands =
docinit = docinit.docinit:DocInitCommand
console_scripts =
docinit = docinit.docinit:main
[build_sphinx]
warning-is-error = True
[docinit]
name = DocInit
autoapi_ignore =
*skeleton*
autoapi_generate_api_docs = False