From a50584cd21087f7ea6aa300d8efda5f772189796 Mon Sep 17 00:00:00 2001
From: barni2000 <barni2000@sch.bme.hu>
Date: Sat, 28 Oct 2017 20:37:41 +0200
Subject: [PATCH] Update setup.py

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 8d3e371..69e8af8 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 import os
 from setuptools import find_packages, setup
 
-with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
+with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
     README = readme.read()
 
 # allow setup.py to be run from any path
-- 
GitLab