Fix README file name in setup.py

This commit is contained in:
Gergely Polonkai 2017-06-22 10:04:12 +02:00
부모 2fb4b96dcc
커밋 4d829872b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -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',