Skip to content

Commit

Permalink
replace long_description from README.rst to docs/index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Aug 5, 2015
1 parent 92f886a commit ab7e5ec
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("README.rst").read(),
long_description=open("docs/index.rst").read(),
author="Satoru SATOH",
author_email="ssato@redhat.com",
license="MIT",
Expand Down

0 comments on commit ab7e5ec

Please sign in to comment.