diff --git a/setup.py b/setup.py index e20758e..9de4ade 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import os version = '1.0a1.dev0' -description = "This product gives you weather support to Plone" +description = "A Plone viewlet to display the weather at selected locations." long_description = open("README.txt").read() + "\n" + \ open(os.path.join("docs", "INSTALL.txt")).read() + "\n" + \ open(os.path.join("docs", "CREDITS.txt")).read() + "\n" + \