Skip to content

Commit 3f36a29

Browse files
committed
📚 update headline
1 parent 49768d4 commit 3f36a29

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.moban.cd/moban.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
- crayons>= 0.1.0
2929
- fs>=2.4.11
3030
- jinja2-fsloader>=0.2.0
31-
description: Yet another jinja2 cli command for static text generation
31+
description: General purpose static text generator
3232
scm_host: github.com
3333
lint_command: make install_test format git-diff-check lint
3434
moban_command: make update git-diff-check

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
================================================================================
2-
mó bǎn - 模板 Any template, any data in any location
2+
mó bǎn - 模板 General purpose static text generator
33
================================================================================
44

55
.. image:: https://api.travis-ci.org/moremoban/moban.svg?branch=master
@@ -49,6 +49,11 @@ haml, slim and tornado, can read other data format: json and yaml, and can acces
4949
template file and configuration file in
5050
any location: zip, git, pypi package, s3, etc.
5151

52+
Vision
53+
================================================================================
54+
55+
Any template, any data in any location
56+
5257
Support
5358
================================================================================
5459

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
DESCRIPTION = (
3-
'Yet another jinja2 cli command for static text generation' +
3+
'General purpose static text generator' +
44
''
55
)
66
# Configuration file for the Sphinx documentation builder.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
],
5151
}
5252
DESCRIPTION = (
53-
"Yet another jinja2 cli command for static text generation"
53+
"General purpose static text generator"
5454
)
5555
URL = "https://github.com/moremoban/moban"
5656
DOWNLOAD_URL = "%s/archive/0.7.0.tar.gz" % URL

0 commit comments

Comments
 (0)