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

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
merge devel into master
  • Loading branch information
messense committed Dec 30, 2012
2 parents c87180c + ded9010 commit 8668868
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion catsup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Catsup, a lightweight static blog generator
"""

__version__ = '0.0.4'
__version__ = '0.0.5'
11 changes: 0 additions & 11 deletions catsup/uimodules.py

This file was deleted.

2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#coding=utf-8
site_title = 'catsup'
site_description = 'a blog'
site_url = '/'
site_url = ''

# Home page display full content or excerpt
excerpt_index = False
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setup(
name='catsup',
version='0.0.4',
version='0.0.5',
author='whtsky, messense',
author_email='[email protected], [email protected]',
url='https://github.com/whtsky/catsup',
packages=find_packages(),
description='Catsup: a lightweight static blog generator',
entry_points={
'console_scripts': ['catsup= catsup.app:main'],
},
},
install_requires=[
'tornado',
'misaka',
Expand Down

0 comments on commit 8668868

Please sign in to comment.