mirror of
https://github.com/getpelican/pelican.git
synced 2026-06-18 08:37:46 +02:00
Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
40f1e3d75f | ||
|
|
7bf824eccc |
3 changed files with 3 additions and 2 deletions
|
|
@ -2,3 +2,4 @@ include *.rst
|
|||
global-include *.py
|
||||
recursive-include pelican *.html *.css *png
|
||||
include LICENSE
|
||||
global-include *.bat
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ from pelican.utils import clean_output_dir, files_changed
|
|||
from pelican.writers import Writer
|
||||
from pelican import log
|
||||
|
||||
__version__ = "2.8.0"
|
||||
__version__ = "2.8.1"
|
||||
|
||||
|
||||
class Pelican(object):
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -3,7 +3,7 @@ from setuptools import setup
|
|||
import sys
|
||||
import platform
|
||||
|
||||
VERSION = "2.8.0" # find a better way to do so.
|
||||
VERSION = "2.8.1" # find a better way to do so.
|
||||
|
||||
requires = ['feedgenerator', 'jinja2', 'pygments', 'docutils', 'pytz']
|
||||
if sys.version_info < (2,7):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue