From b8567965ef5731f4175e9d1597caee0098a1df06 Mon Sep 17 00:00:00 2001 From: Hajime Nakagami Date: Mon, 5 Feb 2018 12:02:12 +0900 Subject: [PATCH] add long_description --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8f796451..7837f2a2 100755 --- a/setup.py +++ b/setup.py @@ -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'],