# Generated from: # https://github.com/zopefoundation/meta/tree/master/config/c-code [meta] template = "c-code" commit-id = "b4dd6f9ffd3d6a2cde7dc70512c62d4c7ed22cd6" [python] with-appveyor = true with-windows = false with-pypy = true with-future-python = false with-legacy-python = true with-docs = true with-sphinx-doctests = true [tox] use-flake8 = true [coverage] fail-under = 100 [flake8] additional-config = [ "# F401 imported but unused", "per-file-ignores =", " src/zope/i18nmessageid/__init__.py: F401", ] [manifest] additional-rules = [ "include *.sh", "recursive-include docs *.bat", ] [appveyor] global-env-vars = [ "# Currently the builds use @mgedmin's Appveyor account. The PyPI token belongs", "# to zope.wheelbuilder, which is managed by @mgedmin and @dataflake.", "global:", " TWINE_USERNAME: __token__", " TWINE_PASSWORD:", " secure: aoZC/+rvJKg8B5GMGIxd1VZ0Oxtmc0lPMiqT2wHP5qBRoZf6tEB7n9u7uCIifcAX1IWsLCRF7DKWvvCQTFJL5HcQvXFQSnEuXvdMT/utFFx9eCCy+Cu+WuWkasGCG+gx9uhMTe01mixi8yujgVj894Xjdv5YyNH2dPeqV5kInTzYrOmKZs1FTvKTlYZNHyYWRnYhyaLBn4FmmeuXuFcd5o05jkaa2dnerW85F3sr7mWbCgL4GpEQ59rYX34Cl4EdEXw+IViTyFWJuZp+k9GCUnzxAmA+vlfoSbZ6JfvTLaU=", ]