-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
49 lines (45 loc) · 1.25 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
[metadata]
name = trojanzoo_sphinx_theme
version = attr:trojanzoo_sphinx_theme.version.__version__
description = TrojanZoo Sphinx Theme
long_description = file:README.md
long_description_content_type = text/markdown
url = https://github.com/ain-soph/trojanzoo_sphinx_theme
docs_url = https://github.com/ain-soph/trojanzoo_sphinx_theme
author = Ren Pang
author_email = [email protected]
license = GPL-3
classifier =
Environment :: Web Environment
Framework :: Sphinx :: Theme
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Documentation
Topic :: Internet
Topic :: Software Development :: Documentation
[bdist_wheel]
universal = 1
[options]
zip_safe = False
include_package_data = True
packages = trojanzoo_sphinx_theme
install_requires =
sphinx>=7.0.0
docutils
sphinxcontrib-jquery
python_requires = >3
[options.package_data]
trojanzoo_sphinx_theme =
theme.conf
*.html
static/css/*.css
static/js/*.js
static/fonts/*.*
static/images/*.*
[options.entry_points]
sphinx.html_themes =
trojanzoo_sphinx_theme = trojanzoo_sphinx_theme