Skip to content

Commit

Permalink
Improve setup
Browse files Browse the repository at this point in the history
  • Loading branch information
houtianze committed Dec 26, 2015
1 parent d0cfdcd commit 7553719
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
# command to install dependencies,
# e.g. pip install -r requirements.txt --use-mirrors
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[metadata]
description-file = README.md

[bdist_wheel]
universal = 1
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'baidu cloud storage', 'baidu personal cloud storage',
'百度云', '百度云盘', '百度网盘', '百度个人云存储'],
classifiers = [
'Development Status :: 5 - Production/Stable',
'Development Status :: 4 - Beta'
'Environment :: Console',
'Intended Audience :: End Users/Desktop',
'Intended Audience :: Developers',
Expand All @@ -34,7 +34,9 @@
'Operating System :: POSIX',
'Programming Language :: Python',
'Topic :: Utilities',
'Topic :: Internet :: WWW/HTTP']
'Topic :: Internet :: WWW/HTTP'],
extras_require = {
'requests' : ['requests']}
)

# vim: set fileencoding=utf-8
# vim: tabstop=4 noexpandtab shiftwidth=4 softtabstop=4 ff=unix fileencoding=utf-8

0 comments on commit 7553719

Please sign in to comment.