-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (35 loc) · 873 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
[metadata]
name = mock_chroot
author = Barak Korren
author-email = [email protected]
summary = Python library for using the Mock chroot-based build tool
description-file = README.md
home-page = https://github.com/ifireball/python-mockchroot
license = 'MIT'
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux
Programming Language :: Python
Topic :: Software Development :: Build Tools
Topic :: Software Development :: Testing
Topic :: Utilities
keywords =
development
build
chroot
mock
[files]
[entry_points]
[aliases]
test=pytest
[pbr]
autodoc_tree_index_modules = True
autodoc_index_modules = True
warnerrors = True
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source