mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add the ability to read from markdown too.
This commit is contained in:
parent
5322f408fd
commit
c83d234773
6 changed files with 40 additions and 20 deletions
6
setup.py
6
setup.py
|
|
@ -7,11 +7,11 @@ if sys.version_info < (2,7):
|
|||
|
||||
setup(
|
||||
name = "pelican",
|
||||
version = '2.1.1',
|
||||
url = 'http://hg.lolnet.org/pelican/',
|
||||
version = '2.2',
|
||||
url = 'http://alexis.notmyidea.org/pelican/',
|
||||
author = 'Alexis Metaireau',
|
||||
author_email = 'alexis@notmyidea.org',
|
||||
description = "A tool to generate a static blog, with restructured text input files.",
|
||||
description = "A tool to generate a static blog, with restructured text (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