summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-11-01 02:35:52 +0100
committerKiall Mac Innes <kiall@managedit.ie>2012-11-01 15:13:46 +0000
commitfbce3d38bf139f96506ecf3c710937661018d882 (patch)
tree435788c7ebd9dcdf8e413aba429a29f5978b7986 /setup.py
parent935b0392cf548840fcd9934a240d1fe31e00d6b8 (diff)
downloadpython-designateclient-fbce3d38bf139f96506ecf3c710937661018d882.tar.gz
Rename package to python-monikerclient.
Change-Id: Ie0221b83c857b11e21f5f223966f47afdaec252e
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 5086923..b6b5bb5 100755
--- a/setup.py
+++ b/setup.py
@@ -27,12 +27,12 @@ dependency_links = common_setup.parse_dependency_links([
])
setup(
- name='monikerclient',
+ name='python-monikerclient',
version='0.0',
description='DNS as a Service - Client',
author='Kiall Mac Innes',
author_email='kiall@managedit.ie',
- url='https://launchpad.net/monikerclient',
+ url='https://launchpad.net/python-monikerclient',
packages=find_packages(exclude=['bin']),
include_package_data=True,
test_suite='nose.collector',