File: setup.cfg

package info (click to toggle)
sphinx-bootstrap-theme 0.8.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,988 kB
  • sloc: javascript: 8,488; makefile: 134; python: 69
file content (38 lines) | stat: -rw-r--r-- 1,080 bytes parent folder | download | duplicates (3)
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
[metadata]
name = sphinx-bootstrap-theme
version = attr: sphinx_bootstrap_theme.__version__
author = Ryan Roemer
author_email = ryan@loose-bits.com
home_page = https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html
description = Sphinx Bootstrap Theme.
long_description = file: README.rst
long_description_content_type = text/x-rst
keywords = sphinx, bootstrap, html, theme
classifiers =
  Development Status :: 5 - Production/Stable
  Environment :: Web Environment
  Intended Audience :: Developers
  Intended Audience :: System Administrators
  License :: OSI Approved :: MIT License
  Operating System :: OS Independent
  Programming Language :: Python
  Programming Language :: Python :: 2
  Programming Language :: Python :: 3
  Topic :: Internet
  Topic :: Software Development :: Documentation

[bdist_wheel]
universal = 1

[options]
zip_safe = false
include_package_data = true
packages =
  sphinx_bootstrap_theme
  sphinx_bootstrap_theme.bootstrap
setup_requires =
  setuptools

[options.entry_points]
sphinx.html_themes =
  bootstrap = sphinx_bootstrap_theme