forked from TUW-GEO/pygeogrids
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
35 lines (30 loc) · 937 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
[metadata]
description = Module for creation and handling of discrete global grids
author = Christoph Paulik
author_email = christoph.paulik@geo.tuwien.ac.at
license = new-bsd
url = http://...
# 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 :: 4 - Beta,
Programming Language :: Python
[console_scripts]
# Add here console scripts like:
# script = pygeogrids.module:function
# for example:
# hello_world = pygeogrids.skeleton: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