mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update package metadata
This commit is contained in:
parent
e3ab685a26
commit
f4460a4449
1 changed files with 5 additions and 4 deletions
9
setup.py
9
setup.py
|
|
@ -21,13 +21,14 @@ README = open('README.rst').read()
|
||||||
CHANGELOG = open('docs/changelog.rst').read()
|
CHANGELOG = open('docs/changelog.rst').read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pelican",
|
name='pelican',
|
||||||
version="3.6.4.dev0",
|
version='3.6.4.dev0',
|
||||||
url='http://getpelican.com/',
|
url='http://getpelican.com/',
|
||||||
author='Alexis Metaireau',
|
author='Alexis Metaireau',
|
||||||
|
maintainer='Justin Mayer',
|
||||||
author_email='authors@getpelican.com',
|
author_email='authors@getpelican.com',
|
||||||
description="A tool to generate a static blog from reStructuredText or "
|
description="Static site generator supporting reStructuredText and "
|
||||||
"Markdown input files.",
|
"Markdown source content.",
|
||||||
long_description=README + '\n' + CHANGELOG,
|
long_description=README + '\n' + CHANGELOG,
|
||||||
packages=['pelican', 'pelican.tools'],
|
packages=['pelican', 'pelican.tools'],
|
||||||
package_data={
|
package_data={
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue