Fix README file name in setup.py
This commit is contained in:
parent
2fb4b96dcc
commit
4d829872b6
2
setup.py
2
setup.py
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user