summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2021-08-14 20:33:19 +0200
committerGard Spreemann <gspr@nonempty.org>2021-08-14 20:33:19 +0200
commit4e608966f4cd5ea995189f8a23e00e4154ddf2a9 (patch)
tree6ee9bae4145ff00c595f3635db027c8549a84f4d /setup.cfg
parentb70a5361202307c26bac18d15453b5193a22f11c (diff)
parentf3b94a9bc40f8d56b0d1ac8cc8bc84765509ef05 (diff)
Merge tag '0.5.1' into debian/sid
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg17
1 files changed, 17 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..64fb455
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,17 @@
+[bdist_wheel]
+universal = 1
+
+[aliases]
+test = pytest
+
+[tool:pytest]
+norecursedirs =
+ build
+ dist
+ .tox
+ .eggs
+pep8maxlinelength = 109
+mccabe-complexity = 10
+
+[coverage:run]
+branch = True