Skip to content

Commit

Permalink
mana2.2 upload to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
misakar committed Oct 30, 2015
1 parent 9c8034b commit 3ad1e0d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ mana
| static

文件中预填代码<br/>
[app/__init__.py预填代码](https://github.com/neo1218/mana/blob/master/examples/GoodIdea/app/__init__.py) : 创建了flask app, 导入了基本配置
[config.py预填代码](): 测试、生产、开发环境下配置
[models.py预填代码](): 导入 db 对象
[app/__init__.py预填代码](https://github.com/neo1218/mana/blob/master/examples/GoodIdea/app/__init__.py) : 创建了flask app, 导入了基本配置 <br/>
[config.py预填代码](): 测试、生产、开发环境下配置 <br/>
[models.py预填代码](): 导入 db 对象 <br/>

#### 3. 构建大型项目(有蓝图、有数据库、有配置文件)

Expand Down Expand Up @@ -192,7 +192,8 @@ ex:
2015-1030: fix ISSUE #3 && happy🍺agenerate flask project
----------------------------------------------------
2015-1030: delete sql and add --sql --config to init

----------------------------------------------------
2015-1030: update README + upload mana2.2 to PyPi !!!!


## powered by click
Expand Down
6 changes: 3 additions & 3 deletions mana.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Metadata-Version: 1.1
Name: mana
Version: 2.1
Summary: fast generate flask project
Version: 2.2
Summary: happy generate flask project
Home-page: https://github.com/neo1218/mana
Author: neo1218
Author-email: neo1218@yeah.net
Expand All @@ -10,7 +10,7 @@ Description:
mana
~~~~

fast generate flask project
happy generate flask project

Platform: any
Classifier: Environment :: Web Environment
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='mana',
version='2.1',
version='2.2',
packages=find_packages(),
url='https://github.com/neo1218/mana',
license='MIT',
Expand Down

0 comments on commit 3ad1e0d

Please sign in to comment.