doc8/setup.cfg
Joshua Harlow 75757cdc69 Released 0.3.5
We no longer need to manually set the version in setup.cfg
now that 0.3.5 has been tagged and pushed since PBR will from
here on out automatically be able to infer and bump the version
as needed.

Change-Id: I87e60257dc72f4f76bc981684223541c059d7070
2014-08-15 12:31:26 -07:00

37 lines
1.0 KiB
INI

[metadata]
name = doc8
summary = Style checker for Sphinx (or other) RST documentation
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://git.openstack.org/cgit/stackforge/doc8
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators
Intended Audience :: Developers
Development Status :: 4 - Beta
Topic :: Utilities
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.2
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[entry_points]
console_scripts =
doc8 = doc8.main:main
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[wheel]
universal = 1