forked from jnikula/hawkmoth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
60 lines (56 loc) · 1.31 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
51
52
53
54
55
56
57
58
59
60
[metadata]
name = hawkmoth
version = file: src/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_files = LICENSE
url = https://github.com/jnikula/hawkmoth
project_urls =
Documentation = https://jnikula.github.io/hawkmoth/stable/
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
package_dir=
=src
packages =
hawkmoth
hawkmoth.ext
hawkmoth.ext.javadoc
hawkmoth.ext.napoleon
hawkmoth.ext.transformations
hawkmoth.util
[options.extras_require]
dev =
flake8
pytest
pytest-cov
pytest-xdist
restructuredtext_lint
strictyaml
[options.package_data]
hawkmoth =
VERSION
[options.entry_points]
console_scripts =
hawkmoth = hawkmoth.__main__:main