Skip to content

Commit 0bb4f47

Browse files
committed
Add a README to fix publishing of packages on PyPI
1 parent 2defa26 commit 0bb4f47

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

synapse/README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
==============================================
2+
Matrix Synapse module which implements MSC3886
3+
==============================================
4+
5+
Usage::
6+
7+
pip install matrix-http-rendezvous-synapse
8+
9+
In your homeserver.yaml::
10+
11+
modules:
12+
- module: matrix_http_rendezvous_synapse.SynapseRendezvousModule
13+
config:
14+
prefix: /rendezvous

0 commit comments

Comments
 (0)