Fix README file name in setup.py

This commit is contained in:
Gergely Polonkai 2017-06-22 10:04:12 +02:00
parent 2fb4b96dcc
commit 4d829872b6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ def read(fname):
setup(name='flask_sqlaclhemy_webquery',
version='0.1',
description='Query SQLAlchemy models through a web interface',
long_description=read('README.rst'),
long_description=read('README.md'),
url='https://gitlab.com/gergelypolonkai/flask-sqlalchemy-webquery',
author='Gergely Polonkai',
author_email='gergely@polonkai.eu',