diff options
author | David Robertson <davidr@element.io> | 2022-04-20 17:33:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 17:33:20 +0100 |
commit | e5a76ec00b443c6e15ac8de2838a5c60a47a67ec (patch) | |
tree | 91978252df6c4d27438b21945015f311ace42c2f /.dockerignore | |
parent | Fix Jinja templating error when generating thumbnail URLs. (#12510) (diff) | |
download | synapse-e5a76ec00b443c6e15ac8de2838a5c60a47a67ec.tar.xz |
Dump setuptools; correct pyproject version number (#12478)
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.dockerignore b/.dockerignore index a236760cf1..7809863ef3 100644 --- a/.dockerignore +++ b/.dockerignore @@ -8,8 +8,4 @@ !pyproject.toml !poetry.lock -# TODO: remove these once we have moved over to using poetry-core in pyproject.toml -!MANIFEST.in -!setup.py - **/__pycache__ |