-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
49 lines (42 loc) · 982 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
48
[metadata]
name = mainline
summary = Simple yet powerful python dependency injection for py2/py3k
description-file = README.rst
home-page = https://github.com/akatrevorjay/mainline
author = Trevor Joynson
author_email = [email protected]
license = GPL
keywords =
dependency
injection
ioc
classifier =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: GNU General Public License (GPL)
Operating System :: OS Independent
Programming Language :: Python
Topic :: Software Development
Topic :: Software Development :: Libraries
[pbr]
autodoc_tree_index_modules = True
autodoc_index_modules = True
[files]
packages =
mainline
[aliases]
test=pytest
[build_sphinx]
source-dir = docs/
build-dir = docs/_build
all_files = 1
[upload_sphinx]
upload-dir = doc/_build/html
[extras]
docs =
sphinx
tests =
pytest
mock
coveralls