summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 567e8d6..4fb6f3f 100755
--- a/setup.py
+++ b/setup.py
@@ -36,6 +36,7 @@ def _main():
setup(
name="pygerrit",
description="Client library for interacting with Gerrit",
+ long_description=open('README.rst').read(),
version=__version__,
license="The MIT License",
author="David Pursehouse",