Skip to content

Commit e7507d3

Browse files
author
Josh Mervine
committed
Version bump, lint fixes.
1 parent f42829e commit e7507d3

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

setup.py

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
# -*- coding: utf-8 -*-
33

44
options = {
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

1616
install_requires = [
17-
"requests",
18-
"requests_oauthlib",
19-
"certifi"
17+
"requests",
18+
"requests_oauthlib",
19+
"certifi"
2020
]
2121
tests_require = [
22-
"nose",
23-
"mock"
22+
"nose",
23+
"mock"
2424
]
2525
include_package_data = True
2626

@@ -33,5 +33,3 @@
3333

3434
except ImportError:
3535
print("ERROR: setuptools wasn't found, please install it")
36-
37-

0 commit comments

Comments
 (0)