Skip to content

Commit e3b77c8

Browse files
author
svenba
committed
release 0.4.2
1 parent 0c096e2 commit e3b77c8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

keycdn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from keycdn import *
1+
from .keycdn import *

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
setup(
55
name = 'keycdn',
66
packages = ['keycdn'],
7-
version = '0.4',
7+
version = '0.4.2',
88
description = 'A Python REST Client for KeyCDN API',
99
long_description = open('README.md').read(),
1010
long_description_content_type = 'text/markdown',
1111
author = 'KeyCDN',
12-
author_email = 'hello@keycdn.com',
1312
url = 'https://github.com/keycdn/python-keycdn-api',
14-
download_url = 'https://github.com/keycdn/python-keycdn-api/tarball/0.3',
1513
keywords = ['cdn', 'content delivery network', 'keycdn'],
16-
classifiers = [],
14+
classifiers = [
15+
'Programming Language :: Python :: 2.7',
16+
'Programming Language :: Python :: 3'
17+
],
1718
)

0 commit comments

Comments
 (0)