diff --git a/setup.py b/setup.py index 33989682..66b35ef2 100644 --- a/setup.py +++ b/setup.py @@ -83,7 +83,7 @@ class RpmCommand(SrpmCommand): setup(name=PACKAGE, version=VERSION, description="Generic access to configuration files in some formats", - long_description=open("docs/index.rst").read(), + long_description=open("docs/introduction.rst").read(), author="Satoru SATOH", author_email="ssato@redhat.com", license="MIT",