Skip to content

Commit

Permalink
new code
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 18, 2015
1 parent 122302b commit cc4ca7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -42,11 +42,11 @@

setuptools.setup(
name = "digitalocean_api_python",
version = "0.1.1",
version = "0.1.2",
author = "Hive Solutions Lda.",
author_email = "development@hive.pt",
description = "DigitalOcean API Client",
license = "Apache License, Version 2.0",
license = "GNU General Public License (GPL), Version 3",
keywords = "digitalocean api",
url = "http://digitalocean_api.hive.pt",
zip_safe = False,
Expand All @@ -62,7 +62,7 @@
classifiers = [
"Development Status :: 3 - Alpha",
"Topic :: Utilities",
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.6",
Expand Down

0 comments on commit cc4ca7b

Please sign in to comment.