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 3
3
4
4
options = {
5
5
"name" : "maxcdn" ,
6
- "version" : "0.0.2 " ,
6
+ "version" : "0.0.3 " ,
7
7
"description" : "A Python REST Client for MaxCDN REST Web Services" ,
8
8
"author" : "Joshua P. Mervine" ,
9
9
"author_email" :
"[email protected] " ,
10
10
"license" : "MIT" ,
11
- "keywords" : "MAxCDN CDN API REST" ,
11
+ "keywords" : "MaxCDN CDN API REST" ,
12
12
"packages" : ['maxcdn' ],
13
13
"url" : 'http://github.com/maxcdn/python-maxcdn'
14
14
}
15
15
16
- # additional setuptools data (python 2.x)
17
16
install_requires = [
18
17
"requests" ,
19
18
"requests_oauthlib" ,
20
- "certifi" ,
19
+ "certifi"
21
20
]
22
21
tests_require = [
23
22
"nose" ,
24
- "mock" ,
23
+ "mock"
25
24
]
26
25
include_package_data = True
27
26
35
34
except ImportError :
36
35
print ("ERROR: setuptools wasn't found, please install it" )
37
36
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)
44
37
You can’t perform that action at this time.
0 commit comments