summaryrefslogtreecommitdiff
path: root/.meta.toml
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-08-29 17:14:39 +0200
committerMichael Howitz <mh@gocept.com>2022-09-07 08:17:17 +0200
commite2bec43448c1a20289127c189b653f92191d7bcc (patch)
treed3c232464b286938bafd77b4bb324011aed681e1 /.meta.toml
parentf33c6c1fa696cbe09139a02c8ceba351ad9b243c (diff)
downloadzope-contenttype-e2bec43448c1a20289127c189b653f92191d7bcc.tar.gz
Configuring for pure-python
Diffstat (limited to '.meta.toml')
-rw-r--r--.meta.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.meta.toml b/.meta.toml
new file mode 100644
index 0000000..a1afcfb
--- /dev/null
+++ b/.meta.toml
@@ -0,0 +1,19 @@
+# Generated from:
+# https://github.com/zopefoundation/meta/tree/master/config/pure-python
+[meta]
+template = "pure-python"
+commit-id = "d5b6c610d0ec7f0b8f6bbba49353eb89288f62b1"
+
+[python]
+with-windows = false
+with-pypy = true
+with-future-python = false
+with-legacy-python = true
+with-docs = true
+with-sphinx-doctests = false
+
+[tox]
+use-flake8 = true
+
+[coverage]
+fail-under = 100