File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11"""
22Pixiv API library
33"""
4- __version__ = '3.5.3 '
4+ __version__ = '3.5.4 '
55
66from .papi import PixivAPI
77from .aapi import AppPixivAPI
Original file line number Diff line number Diff line change 11requests >= 2.0
22requests_toolbelt >= 0.9.1
3+
Original file line number Diff line number Diff line change 44except ImportError :
55 from distutils .core import setup
66
7- requires = ['requests' ]
7+ requires = ['requests' , 'requests-toolbelt' ]
88
99version = ''
1010with open ('pixivpy3/__init__.py' , 'r' ) as fd :
1818 packages = ['pixivpy3' ],
1919 version = version ,
2020 description = 'Pixiv API for Python (with 6.x AppAPI supported)' ,
21- long_description = "Pixiv API for Python (with 6.x AppAPI supported): https://github.com/upbit/pixivpy" ,
21+ long_description = open ( 'README.md' , 'r' ). read () ,
2222 long_description_content_type = "text/markdown" ,
2323 author = 'upbit' ,
2424 author_email = 'rmusique@gmail.com' ,
You can’t perform that action at this time.
0 commit comments