Skip to content

Commit

Permalink
fix up broken package description
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Aug 9, 2015
1 parent d584fd4 commit c004225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c004225

Please sign in to comment.