forked from sphinx-contrib/spelling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
47 lines (42 loc) · 1008 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[metadata]
name = sphinxcontrib-spelling
description-file = README
author = Doug Hellmann
author-email = [email protected]
summary = Sphinx spelling extension
home-page = https://github.com/sphinx-contrib/spelling
classifier =
Development Status :: 4 - Beta
Environment :: Console
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.5
Topic :: Documentation
Topic :: Utilities
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
sphinxcontrib
namespace_packages =
sphinxcontrib
[extras]
test =
fixtures>=3.0.0
python-subunit>=0.0.18
testrepository>=0.0.18
testscenarios>=0.4
testtools>=1.4.0
coverage!=4.4,>=4.0
linter =
flake8==3.5.0
[egg_info]
#tag_build = dev
#tag_date = true
[aliases]
release = egg_info -RDb ''