Update outdated links to documentation and add Contribute link to README for issue #227

This commit is contained in:
Justin Mayer 2012-03-06 08:12:15 -08:00
commit 4861a15774
4 changed files with 10 additions and 9 deletions

View file

@ -20,10 +20,10 @@ if sys.platform.startswith('win'):
setup(
name = "pelican",
version = VERSION,
url = 'http://alexis.notmyidea.org/pelican/',
url = 'http://pelican.notmyidea.org/',
author = 'Alexis Metaireau',
author_email = 'alexis@notmyidea.org',
description = "A tool to generate a static blog, with restructured text (or markdown) input files.",
description = "A tool to generate a static blog from reStructuredText or Markdown input files.",
long_description=open('README.rst').read(),
packages = ['pelican'],
include_package_data = True,