File: setup.cfg

package info (click to toggle)
systemfixtures 0.6.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: python: 841; makefile: 221; sh: 2
file content (37 lines) | stat: -rw-r--r-- 706 bytes parent folder | download
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
[metadata]
name = systemfixtures
summary = Test fixtures for providing fake versions of various system resources (processes, users, groups, etc.)
home-page = https://github.com/testing-cabal/systemfixtures
description-file = README.rst
author = Free Ekanayaka
author-email = free@ekanayaka.io
license = MIT
platform = POSIX
classifier = 
	License :: OSI Approved :: MIT License
	Operating System :: POSIX
	Programming Language :: Python :: 3

[files]
packages = systemfixtures

[extras]
test = 
	coverage>=4.2
	sphinx

[bdist_wheel]
universal = 1

[build_sphinx]
source-dir = docs/
build-dir = docs/_build
all_files = 1

[upload_sphinx]
upload-dir = docs/_build/html

[egg_info]
tag_build = 
tag_date = 0