forked from spacetelescope/stsci.sphinxext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
30 lines (27 loc) · 742 Bytes
/
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
[metadata]
name = stsci.sphinxext
version = 1.2.2.dev
author = Michael Droettboom
author-email = [email protected]
home-page = http://www.scipy.org/AstroLib
summary =
A set of tools and templates to customize Sphinx for use in STScI projects
description-file = README
classifier =
Development Status :: 5 - Production/Stable
Environment :: Plugins
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Topic :: Software Development :: Documentation
[files]
packages_root = lib
packages =
stsci
stsci.sphinxext
package_data =
stsci.sphinxext = latex/*.*
stsci_sphinx_theme/*.*
stsci_sphinx_theme/static/*.*
[global]
setup-hooks = stsci.distutils.hooks.version_setup_hook