Skip to content

Commit

Permalink
use contents of README.rst for long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
jtriley committed Mar 20, 2012
1 parent 359b2ec commit dce4e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@
setup(name = "boto",
version = __version__,
description = "Amazon Web Services Library",
long_description = "Python interface to Amazon's Web Services.",
long_description = open("README.rst").read(),
author = "Mitch Garnaat",
author_email = "mitch@garnaat.com",
scripts = ["bin/sdbadmin", "bin/elbadmin", "bin/cfadmin",
Expand Down

0 comments on commit dce4e48

Please sign in to comment.