From 6e4f148056c944072bcc3117c447a69ac19274fe Mon Sep 17 00:00:00 2001
From: Shamil K Muhammed <noteness@disroot.org>
Date: Mon, 17 Apr 2017 11:55:52 +0530
Subject: [PATCH] Change README.md to README.rst

PyPi renders text in reStructuredText so it would be better to
have the README in reStructuredText than Markdown.
---
 README.md  | 3 ---
 README.rst | 4 ++++
 2 files changed, 4 insertions(+), 3 deletions(-)
 delete mode 100644 README.md
 create mode 100644 README.rst

diff --git a/README.md b/README.md
deleted file mode 100644
index 5d144a4..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# synapse-diaspora-auth
-
-Diaspora authentication for Matrix Synapse.
\ No newline at end of file
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..26fd733
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,4 @@
+synapse-diaspora-auth
+=====================
+
+A diaspora authenticator for matrix synapse.
\ No newline at end of file
-- 
GitLab