Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Commit 8668868

Browse files
committed
Merge branch 'devel'
merge devel into master
2 parents c87180c + ded9010 commit 8668868

File tree

4 files changed

+4
-15
lines changed

4 files changed

+4
-15
lines changed

catsup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Catsup, a lightweight static blog generator
33
"""
44

5-
__version__ = '0.0.4'
5+
__version__ = '0.0.5'

catsup/uimodules.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#coding=utf-8
22
site_title = 'catsup'
33
site_description = 'a blog'
4-
site_url = '/'
4+
site_url = ''
55

66
# Home page display full content or excerpt
77
excerpt_index = False

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
setup(
77
name='catsup',
8-
version='0.0.4',
8+
version='0.0.5',
99
author='whtsky, messense',
1010
1111
url='https://github.com/whtsky/catsup',
1212
packages=find_packages(),
1313
description='Catsup: a lightweight static blog generator',
1414
entry_points={
1515
'console_scripts': ['catsup= catsup.app:main'],
16-
},
16+
},
1717
install_requires=[
1818
'tornado',
1919
'misaka',

0 commit comments

Comments
 (0)