forked from sphinx-contrib/datatemplates
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
45 lines (40 loc) · 1.04 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
[metadata]
name = sphinxcontrib.datatemplates
description-file = README.rst
long-description-content-type = text/x-rst
author = Doug Hellmann
author-email = doug@doughellmann.com
summary = Sphinx extension for rendering data files as nice HTML
home-page = http://github.com/sphinx-contrib/datatemplates
classifier =
Development Status :: 4 - Beta
Environment :: Console
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Documentation
Topic :: Utilities
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
sphinxcontrib
namespace_packages =
sphinxcontrib
[entry_points]
console_scripts =
datatemplate = sphinxcontrib.datatemplates.cli:main
[wheel]
universal = 1
[extras]
linter =
flake8
test =
pytest