mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 01:25:44 +03:00
Merge pull request #7404 from matrix-org/babolivier/fix_manifest
Fix MANIFEST.in
This commit is contained in:
commit
ad088716bc
2 changed files with 5 additions and 3 deletions
|
@ -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
1
changelog.d/7404.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Fix issues with the Python package manifest.
|
Loading…
Reference in a new issue