File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 33
44options = {
55 "name" : "maxcdn" ,
6- "version" : "0.0.2 " ,
6+ "version" : "0.0.3 " ,
77 "description" : "A Python REST Client for MaxCDN REST Web Services" ,
88 "author" : "Joshua P. Mervine" ,
99 "author_email" : "joshua@mervine.net" ,
1010 "license" : "MIT" ,
11- "keywords" : "MAxCDN CDN API REST" ,
11+ "keywords" : "MaxCDN CDN API REST" ,
1212 "packages" : ['maxcdn' ],
1313 "url" : 'http://github.com/maxcdn/python-maxcdn'
1414}
1515
16- # additional setuptools data (python 2.x)
1716install_requires = [
1817 "requests" ,
1918 "requests_oauthlib" ,
20- "certifi" ,
19+ "certifi"
2120]
2221tests_require = [
2322 "nose" ,
24- "mock" ,
23+ "mock"
2524]
2625include_package_data = True
2726
3534except ImportError :
3635 print ("ERROR: setuptools wasn't found, please install it" )
3736
38- #from distutils.core import setup
39- #setup(**options)
40- #print("WARNING: setuptools wasn't found, either install")
41- #print(" setuptools and rerun setup.py or manually install:")
42- #for p in install_requires:
43- #print(" - "+p)
4437
You can’t perform that action at this time.
0 commit comments