-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathsetup.cfg
39 lines (36 loc) · 890 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 = grapefruit
version = 0.1a4
summary = A module to manipulate color information easily.
description-file =
README.rst
requires-dist =
## sdist info
author = Xavier Basty
author_email = [email protected]
home_page = https://github.com/xav/Grapefruit/
keywords = color, colour
classifier =
Programming Language :: Python
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Topic :: Software Development
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Multimedia :: Graphics
[files]
modules = grapefruit
resources =
README.rst = {doc}
doc/* = {doc}
extra_files =
setup.py
[nosetests]
verbosity = 3
with-doctest = 1
doctest-extension = rst
exe = 1
with-coverage = 1
cover-package = grapefruit
cover-min-percentage = 90
doctest-options = +ELLIPSIS,+NORMALIZE_WHITESPACE