forked from os2datascanner/os2datascanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
56 lines (50 loc) · 1.28 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
47
48
49
50
51
52
53
54
55
56
[metadata]
name = os2datascanner
version = attr: os2datascanner.__version__
description = OS2datascanner for Danish municipalities
long_description = file: README
license = MPL
url = https://magenta.dk
author = Magenta ApS
author_email = [email protected]
classifiers =
Environment :: Web Environment
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Operating System :: OS Independent
Programming Language :: Python
# replace these appropriately if you are using Python 3
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
zip_safe = False
include_package_data = True
package_dir=
=src
packages = find:
python_requires = >=3.9
scripts =
bin/pex
[options.packages.find]
exclude =
src.tests
where = src
[coverage:run]
branch = True
source =
src/os2datascanner/
omit =
src/os2datascanner/projects/admin/adminapp/migrations/*
src/os2datascanner/projects/report/reportapp/migrations/*
[coverage:xml]
output = build/coverage.xml
[coverage:report]
precision = 2
sort = Cover
skip_covered = True
exclude_lines =
raise NotImplementedError
\bpass\b