-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sven
committed
Aug 12, 2016
1 parent
4a459d2
commit a9ee2df
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
setup( | ||
name = 'keycdn', | ||
packages = ['keycdn'], | ||
version = '0.2', | ||
version = '0.3', | ||
description = 'A Python REST Client for KeyCDN API', | ||
author = 'KeyCDN', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/keycdn/python-keycdn-api', | ||
download_url = 'https://github.com/keycdn/python-keycdn-api/tarball/0.2', | ||
download_url = 'https://github.com/keycdn/python-keycdn-api/tarball/0.3', | ||
keywords = ['cdn', 'content delivery network', 'keycdn'], | ||
classifiers = [], | ||
) |