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
|