Merge pull request #7404 from matrix-org/babolivier/fix_manifest

Fix MANIFEST.in
pull/7421/head
Brendan Abolivier 2020-05-04 16:24:15 +02:00 committed by GitHub
commit ad088716bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -35,18 +35,19 @@ exclude .dockerignore
exclude test_postgresql.sh
exclude .editorconfig
exclude sytest-blacklist
exclude mypy.ini
exclude .codecov.yml
exclude .coveragerc
include pyproject.toml
recursive-include changelog.d *
prune .buildkite
prune .circleci
prune .codecov.yml
prune .coveragerc
prune .github
prune debian
prune demo/etc
prune docker
prune mypy.ini
prune snap
prune stubs
prune contrib

1
changelog.d/7404.misc Normal file
View File

@ -0,0 +1 @@
Fix issues with the Python package manifest.