sphinxcontrib-log-cabinet/setup.cfg

52 lines
999 B
INI

[metadata]
name = sphinxcontrib-log-cabinet
version = 1.0.1
url = https://github.com/davidism/sphinxcontrib-log-cabinet
license = BSD-3-Clause
license_file = LICENSE.rst
author = David Lord
author_email = davidism@gmail.com
description = Organize changelog directives in Sphinx docs.
long_description = file: README.rst
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 3
Topic :: Documentation
Topic :: Documentation :: Sphinx
[options]
include_package_data = true
packages = find:
package_dir =
= src
namespace_packages =
sphinxcontrib
install_requires =
Sphinx
[options.packages.find]
where = src
[bdist_wheel]
universal = true
[flake8]
select = B, E, F, W, B9
ignore =
E203
E402
E501
E722
W503
max-line-length = 80
[egg_info]
tag_build =
tag_date = 0