forked from jnikula/hawkmoth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
50 lines (47 loc) · 1.14 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
43
44
45
46
47
48
49
50
[metadata]
name = hawkmoth
version = file: hawkmoth/VERSION
author = Jani Nikula
author_email = jani@nikula.org
description = Hawkmoth - Sphinx Autodoc for C
long_description = file: README.rst
long_description_content_type = text/x-rst
license = 2-Clause BSD
license_file = LICENSE
url = https://github.com/jnikula/hawkmoth
project_urls =
Documentation = https://hawkmoth.readthedocs.io/en/latest/
Mailing List = https://www.freelists.org/list/hawkmoth
keywords =
python
sphinx
autodoc
documentation
c
classifiers =
Development Status :: 4 - Beta
Framework :: Sphinx :: Extension
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Documentation :: Sphinx
Topic :: Software Development :: Documentation
[options]
python_requires = ~=3.6
install_requires =
sphinx >= 3
# clang, depend on distro packaging
packages =
hawkmoth
hawkmoth.util
[options.extras_require]
dev =
flake8
pytest
pytest-xdist
sphinx-testing
strictyaml
[options.package_data]
hawkmoth =
VERSION