mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
10a5f9c9ba | ||
|
|
ab3674e87c |
3 changed files with 3 additions and 5 deletions
|
|
@ -1,6 +1,4 @@
|
||||||
include *.rst
|
include *.rst
|
||||||
global-include *.py
|
global-include *.py
|
||||||
recursive-include pelican *.html *.css *png *.in
|
recursive-include pelican *.html *.css *png *.in *.rst *.md
|
||||||
include LICENSE THANKS docs/changelog.rst
|
include LICENSE THANKS docs/changelog.rst
|
||||||
recursive-include tests *
|
|
||||||
recursive-exclude tests *.pyc
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ from pelican.writers import Writer
|
||||||
|
|
||||||
__major__ = 3
|
__major__ = 3
|
||||||
__minor__ = 2
|
__minor__ = 2
|
||||||
__micro__ = 0
|
__micro__ = 1
|
||||||
__version__ = "{0}.{1}.{2}".format(__major__, __minor__, __micro__)
|
__version__ = "{0}.{1}.{2}".format(__major__, __minor__, __micro__)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -25,7 +25,7 @@ CHANGELOG = open('docs/changelog.rst').read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pelican",
|
name="pelican",
|
||||||
version="3.2",
|
version="3.2.1",
|
||||||
url='http://getpelican.com/',
|
url='http://getpelican.com/',
|
||||||
author='Alexis Metaireau',
|
author='Alexis Metaireau',
|
||||||
author_email='authors@getpelican.com',
|
author_email='authors@getpelican.com',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue