summary refs log tree commit diff
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-07-19 21:42:40 +1000
committerAmber Brown <hawkowl@atleastfornow.net>2018-07-19 21:42:40 +1000
commit87086ac69df5a795d0979801692b01c514937775 (patch)
tree1e5d87d3e93a4f0e17c67c5c0746a9e3a8fe25de
parentfix up weird translation things (diff)
downloadsynapse-87086ac69df5a795d0979801692b01c514937775.tar.xz
fixes
-rw-r--r--MANIFEST.in1
-rw-r--r--pyproject.toml2
2 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in

index 97f57f443f..7076b608d4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in
@@ -2,6 +2,7 @@ include synctl include LICENSE include VERSION include *.rst +include *.md include demo/README include demo/demo.tls.dh include demo/*.py diff --git a/pyproject.toml b/pyproject.toml
index 1453ddd530..f4d6f0c6bb 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -2,7 +2,7 @@ package = "synapse" filename = "CHANGES.md" directory = "changelog.d" - issue_format = "[\#{issue}](https://github.com/matrix-org/synapse/issues/{issue}>)" + issue_format = "[\\#{issue}](https://github.com/matrix-org/synapse/issues/{issue}>)" [[tool.towncrier.type]] directory = "feature"