summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-11-17 08:30:50 +0100
committerMichael Howitz <mh@gocept.com>2021-11-17 08:30:50 +0100
commit86ae4549a8cc82ef46eba528dcd89a13c825d803 (patch)
treee5522f52dd759607b029ceec2445b90d8e693a3a
parent7032741ba2b9e428e32c66eadc16e744e41a6a48 (diff)
downloadzope-proxy-86ae4549a8cc82ef46eba528dcd89a13c825d803.tar.gz
Make check-manifest happy.
-rw-r--r--.meta.toml10
-rw-r--r--setup.cfg4
2 files changed, 13 insertions, 1 deletions
diff --git a/.meta.toml b/.meta.toml
index c22c096..63a5404 100644
--- a/.meta.toml
+++ b/.meta.toml
@@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
-commit-id = "802ac12d0664dfaa42f1dcfe920f40a7aa3d0e14"
+commit-id = "aef18fe5ee64014d8b1b9de21f1e0a0991be874e"
[python]
with-appveyor = true
@@ -35,3 +35,11 @@ global-env-vars = [
" TWINE_PASSWORD:",
" secure: aoZC/+rvJKg8B5GMGIxd1bg9UDShk28EhfPQFKI9zy7kzygdgj0XuaK619sLe3s4B08bIJaIUAThxEvWq13IvdLb5Oyk8B9qubd+NnDiNuw8WCGy4owYnbl+61fUVVKJIf1ETQyGDooYrEuBo798/+ycQbilTpmncAHZb2KyZkmA210fcWr7OhwmlRtC4IiW7GPCaxU6qhzLlP5pnS2Tl+yy/qx2DiW2fKWqUqynrb1ZMsk6ygN4qV72glTY6wV0eYboAGlghrws1x5+Z10Yug==",
]
+
+[check-manifest]
+additional-ignores = [
+ "docs/_static",
+ "docs/_build",
+ "docs/_build/*",
+ "docs/_build/*/*",
+ ]
diff --git a/setup.cfg b/setup.cfg
index 1ffc947..94e0661 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,3 +15,7 @@ ignore =
.meta.toml
docs/_build/html/_sources/*
docs/_build/doctest/*
+ docs/_static
+ docs/_build
+ docs/_build/*
+ docs/_build/*/*