@@ -44,7 +44,7 @@ def run_tests(self):
4444requires = [
4545 'chardet>=3.0.2,<4' ,
4646 'idna>=2.5,<3' ,
47- 'urllib3>=1.21.1,<1.26,!=1.25.0,!=1.25.1 ' ,
47+ 'urllib3>=1.21.1,<1.27 ' ,
4848 'certifi>=2017.4.17'
4949
5050]
@@ -74,7 +74,7 @@ def run_tests(self):
7474 author_email = about ['__author_email__' ],
7575 url = about ['__url__' ],
7676 packages = packages ,
77- package_data = {'' : ['LICENSE' , 'NOTICE' ], 'requests' : [ '*.pem' ] },
77+ package_data = {'' : ['LICENSE' , 'NOTICE' ]},
7878 package_dir = {'requests' : 'requests' },
7979 include_package_data = True ,
8080 python_requires = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" ,
@@ -94,6 +94,7 @@ def run_tests(self):
9494 'Programming Language :: Python :: 3.6' ,
9595 'Programming Language :: Python :: 3.7' ,
9696 'Programming Language :: Python :: 3.8' ,
97+ 'Programming Language :: Python :: 3.9' ,
9798 'Programming Language :: Python :: Implementation :: CPython' ,
9899 'Programming Language :: Python :: Implementation :: PyPy'
99100 ],
0 commit comments