File tree Expand file tree Collapse file tree 1 file changed +14
-16
lines changed Expand file tree Collapse file tree 1 file changed +14
-16
lines changed Original file line number Diff line number Diff line change 22# -*- coding: utf-8 -*-
33
44options = {
5- "name" : "maxcdn" ,
6- "version" : "0.0.4 " ,
7- "description" : "A Python REST Client for MaxCDN REST Web Services" ,
8- "author" : "Joshua P. Mervine" ,
9- "author_email" :
"[email protected] " ,
10- "license" : "MIT" ,
11- "keywords" : "MaxCDN CDN API REST" ,
12- "packages" : ['maxcdn' ],
13- "url" : 'http://github.com/maxcdn/python-maxcdn'
5+ "name" : "maxcdn" ,
6+ "version" : "0.0.5 " ,
7+ "description" : "A Python REST Client for MaxCDN REST Web Services" ,
8+ "author" : "Joshua P. Mervine" ,
9+ "author_email" :
"[email protected] " ,
10+ "license" : "MIT" ,
11+ "keywords" : "MaxCDN CDN API REST" ,
12+ "packages" : ['maxcdn' ],
13+ "url" : 'http://github.com/maxcdn/python-maxcdn'
1414}
1515
1616install_requires = [
17- "requests" ,
18- "requests_oauthlib" ,
19- "certifi"
17+ "requests" ,
18+ "requests_oauthlib" ,
19+ "certifi"
2020]
2121tests_require = [
22- "nose" ,
23- "mock"
22+ "nose" ,
23+ "mock"
2424]
2525include_package_data = True
2626
3333
3434except ImportError :
3535 print ("ERROR: setuptools wasn't found, please install it" )
36-
37-
You can’t perform that action at this time.
0 commit comments