Skip to content

Commit

Permalink
change pkg name
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwenquan committed Aug 2, 2016
1 parent 0a33bc9 commit c1b9ccc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand All @@ -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',
Expand Down

0 comments on commit c1b9ccc

Please sign in to comment.