Fix file extension in setup.py

This commit is contained in:
Iwo Herka 2018-04-06 13:58:18 +02:00
parent 6a3e88bfc6
commit d4946345fd

View file

@ -28,7 +28,7 @@ setup(
description='Entity-attribute-value model implementation as a reusable'
'Django app.',
long_description=open('README.rst').read(),
long_description=open('README.md').read(),
url='http://github.com/mvpdev/django-eav',