-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
chenwenquan
committed
Aug 2, 2016
1 parent
0a33bc9
commit c1b9ccc
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,13 +17,13 @@ | |
from setuptools import setup | ||
|
||
setup( | ||
name='flask-qiniu', | ||
name='qiniufs', | ||
version='0.0.1', | ||
url='https://github.com/kevinchendev/flask-qiniu', | ||
url='https://github.com/kevinchendev/qiniufs', | ||
license='MIT', | ||
author='kevinchen', | ||
author_email='[email protected]', | ||
keywords='GitHub flask-qiniu', | ||
keywords='qiniu for flask', | ||
description='qiniu file uploader for flask!', | ||
long_description=__doc__, | ||
py_modules=['qiniu'], | ||
|
@@ -32,7 +32,7 @@ | |
'qiniu==7.0.6' | ||
], | ||
classifiers=[ | ||
'Development Status :: 5 - Production/Stable', | ||
'Development Status :: 4 - Beta', | ||
'Environment :: Web Environment', | ||
'Intended Audience :: Developers', | ||
'License :: OSI Approved :: MIT License', | ||
|