forked from blue-yonder/bonfire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
46 lines (40 loc) · 1.36 KB
/
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
41
42
43
44
45
46
[metadata]
description = Add a small description here!
author = Malte Harder
author_email = malte.harder@blue-yonder.com
license = new BSD
url = http://...
# Include all additional data inside your package?
include_package_data = true
# Comma separated list of data inside your package to include
package_data =
# Comma separated list of data outside your package to include
# Equivalent to adding files to MANIFEST.in
data_files = *.rst, *.txt
# Add here all kinds of additional classifiers as defined under
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers = Development Status :: 3 - Alpha,
Topic :: Utilities,
Programming Language :: Python
Programming Language :: Python,
Programming Language :: Python :: 2,
Programming Language :: Python :: 2.7,
Environment :: Console,
Intended Audience :: Developers,
License :: OSI Approved :: BSD License,
Operating System :: POSIX :: Linux,
Operating System :: Unix,
Operating System :: MacOS,
Operating System :: Microsoft :: Windows
[console_scripts]
bonfire = bonfire.cli:run
[test]
# html, xml or annotate
cov-report = html
junitxml = junit.xml
# Options for py.test
[pytest]
flakes-ignore =
doc/conf.py ALL
pep8-ignore =
doc/conf.py ALL