Commit 5821363b authored by Bruno Morgado's avatar Bruno Morgado Committed by Bruno S. Morgado
Browse files

Fixed correct README.md filename

parent 004cf80d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@

from setuptools import setup

with open('README.rst') as readme_file:
with open('README.md') as readme_file:
    readme = readme_file.read()

setup(