Skip to content

Commit

Permalink
Update to .rst file now
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic committed Mar 12, 2015
1 parent f30709a commit 8cef857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[metadata]
description-file = README.md
description-file = README.rst
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def read(filename):
license="New BSD license",
url="https://github.com/remind101/stacker",
description='Opinionated AWS CloudFormation Stack manager',
long_description=read('README.md'),
long_description=read('README.rst'),
packages=find_packages(),
scripts=glob.glob(os.path.join(src_dir, 'scripts', '*')),
)

0 comments on commit 8cef857

Please sign in to comment.