From c0042255690ff41a78751fda9e7691053d8810c0 Mon Sep 17 00:00:00 2001 From: Satoru SATOH Date: Mon, 10 Aug 2015 01:56:05 +0900 Subject: [PATCH] fix up broken package description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",