forked from akatrevorjay/pytutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
39 lines (34 loc) · 867 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
[metadata]
name = pytutils
summary = Heap of garbage from trevorj
description-file = README.rst
home-page = https://github.com/akatrevorjay/pytutils
author = Trevor Joynson
author_email = [email protected]
license = GPL
keywords =
python
utilities
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 =
pytutils
[aliases]
test=pytest
[build_sphinx]
source-dir = docs/
build-dir = docs/_build
all_files = 1
[upload_sphinx]
upload-dir = doc/_build/html