diff options
author | Bruno Windels <brunow@matrix.org> | 2019-07-10 12:55:24 +0000 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-07-10 13:55:24 +0100 |
commit | 4d122d295c50ae933def7880d8d9d1e1a7846e6c (patch) | |
tree | df01101bd0d663f7a72e97d6d23edea62dfc01c2 /changelog.d | |
parent | Merge pull request #5638 from matrix-org/babolivier/invite-json (diff) | |
download | synapse-4d122d295c50ae933def7880d8d9d1e1a7846e6c.tar.xz |
Correct pep517 flag in readme (#5651)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5651.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5651.doc b/changelog.d/5651.doc new file mode 100644 index 0000000000..e2d5a8dc8a --- /dev/null +++ b/changelog.d/5651.doc @@ -0,0 +1 @@ +--no-pep517 should be --no-use-pep517 in the documentation to setup the development environment. |