From c1b9cccd410f17970c65569cd5aa135ad72efd99 Mon Sep 17 00:00:00 2001 From: chenwenquan Date: Wed, 3 Aug 2016 03:18:24 +0800 Subject: [PATCH] change pkg name --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 6336ba6..7574af7 100644 --- a/setup.py +++ b/setup.py @@ -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='wqchen.xjtuer@gmail.com', - 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',