mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Fix MANIFEST.in
An update of check-manifest shone some light on some issues with MANIFEST.in, specifically that we didn't ignore/prune the contrib directory, and that we were using prune instead of exclude for files. This fixes both issues. Fixes #7403
This commit is contained in:
parent
3085cde577
commit
068da604c2
@ -35,18 +35,19 @@ exclude .dockerignore
|
|||||||
exclude test_postgresql.sh
|
exclude test_postgresql.sh
|
||||||
exclude .editorconfig
|
exclude .editorconfig
|
||||||
exclude sytest-blacklist
|
exclude sytest-blacklist
|
||||||
|
exclude mypy.ini
|
||||||
|
exclude .codecov.yml
|
||||||
|
exclude .coveragerc
|
||||||
|
|
||||||
include pyproject.toml
|
include pyproject.toml
|
||||||
recursive-include changelog.d *
|
recursive-include changelog.d *
|
||||||
|
|
||||||
prune .buildkite
|
prune .buildkite
|
||||||
prune .circleci
|
prune .circleci
|
||||||
prune .codecov.yml
|
|
||||||
prune .coveragerc
|
|
||||||
prune .github
|
prune .github
|
||||||
prune debian
|
prune debian
|
||||||
prune demo/etc
|
prune demo/etc
|
||||||
prune docker
|
prune docker
|
||||||
prune mypy.ini
|
|
||||||
prune snap
|
prune snap
|
||||||
prune stubs
|
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 New Issue
Block a user