summaryrefslogtreecommitdiff
path: root/.meta.toml
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2020-12-16 13:29:14 +0100
committerGitHub <noreply@github.com>2020-12-16 13:29:14 +0100
commit9ab6f6a57c3844d165b457cbe49e701baf584a41 (patch)
treee49a1889d717223c5bbc455e8fb2875bfa88d4d9 /.meta.toml
parentb9512cfad5ac506aa076a2e7a42adee118194b11 (diff)
downloadzope-browser-9ab6f6a57c3844d165b457cbe49e701baf584a41.tar.gz
Covert.meta.cfg to .meta.toml (#14)
* Switching from .meta.cfg to .meta.toml. * Configuring for pure-python
Diffstat (limited to '.meta.toml')
-rw-r--r--.meta.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.meta.toml b/.meta.toml
new file mode 100644
index 0000000..6592327
--- /dev/null
+++ b/.meta.toml
@@ -0,0 +1,14 @@
+# Generated from:
+# https://github.com/zopefoundation/meta/tree/master/config/pure-python
+[meta]
+template = "pure-python"
+commit-id = "f842b6b0cf63668b074b4fcd011f1cd04a7cc9ef"
+
+[python]
+with-pypy = true
+with-legacy-python = true
+with-docs = true
+with-sphinx-doctests = false
+
+[coverage]
+fail-under = 100