Skip to content

Commit

Permalink
Update Python Package Config
Browse files Browse the repository at this point in the history
  • Loading branch information
noahziheng committed Feb 27, 2018
1 parent c661735 commit 4d65446
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For improving developement experience and reducing development threshold.
</h3>
<p align="center">
<img alt="Documentation Build" src="https://api.travis-ci.org/noahziheng/freeiot.svg">
<img alt="Release Version" src="https://img.shields.io/badge/release-v1.1.0-brightgreen.svg">
<img alt="Release Version" src="https://img.shields.io/badge/release-v0.9.0-brightgreen.svg">
<img alt="GPLv3" src="https://img.shields.io/badge/license-GPLv3-red.svg">
</p>

Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
setup(
name = "libfreeiot",
version = "0.9",
description = 'A free, open-source IoT Framework',
author = 'Noah Gao',
author_email = '[email protected]',
url = 'https://github.com/noahziheng/freeiot',
download_url = 'https://github.com/noahziheng/freeiot/archive/0.9.tar.gz',
packages = find_packages(),
install_requires=[ # 依赖列表
'Flask>=0.12.2',
Expand Down

0 comments on commit 4d65446

Please sign in to comment.