Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Don't package sytest-blacklist file.
Browse files Browse the repository at this point in the history
I don't think its useful, and I don't even know where it would end up.
  • Loading branch information
erikjohnston committed Jul 22, 2019
1 parent 0d0f6d1 commit c96322c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ include demo/README
include demo/demo.tls.dh
include demo/*.py
include demo/*.sh
include sytest-blacklist

recursive-include synapse/storage/schema *.sql
recursive-include synapse/storage/schema *.sql.postgres
Expand All @@ -34,6 +33,7 @@ exclude Dockerfile
exclude .dockerignore
exclude test_postgresql.sh
exclude .editorconfig
exclude sytest-blacklist

include pyproject.toml
recursive-include changelog.d *
Expand Down

0 comments on commit c96322c

Please sign in to comment.