mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update outdated links to documentation and add Contribute link to README for issue #227
This commit is contained in:
parent
bde06c4011
commit
4861a15774
4 changed files with 10 additions and 9 deletions
4
setup.py
4
setup.py
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue