Skip to content

Commit

Permalink
Update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Dec 12, 2016
1 parent e3ab685 commit f4460a4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@
CHANGELOG = open('docs/changelog.rst').read()

setup(
name="pelican",
version="3.6.4.dev0",
name='pelican',
version='3.6.4.dev0',
url='http://getpelican.com/',
author='Alexis Metaireau',
maintainer='Justin Mayer',
author_email='authors@getpelican.com',
description="A tool to generate a static blog from reStructuredText or "
"Markdown input files.",
description="Static site generator supporting reStructuredText and "
"Markdown source content.",
long_description=README + '\n' + CHANGELOG,
packages=['pelican', 'pelican.tools'],
package_data={
Expand Down

0 comments on commit f4460a4

Please sign in to comment.