Skip to content

Commit

Permalink
add long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Feb 5, 2018
1 parent 81b9788 commit b856796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -38,6 +38,7 @@ def run(self):
name='firebirdsql',
version=firebirdsql.__version__,
description='Firebird RDBMS bindings for python.',
long_description=open('README.rst').read(),
url='http://github.com/nakagami/pyfirebirdsql/',
classifiers=classifiers,
keywords=['Firebird'],
Expand Down

0 comments on commit b856796

Please sign in to comment.