From 9ab6f6a57c3844d165b457cbe49e701baf584a41 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 16 Dec 2020 13:29:14 +0100 Subject: Covert.meta.cfg to .meta.toml (#14) * Switching from .meta.cfg to .meta.toml. * Configuring for pure-python --- .meta.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .meta.toml (limited to '.meta.toml') 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 -- cgit v1.2.1