Rename package to python-monikerclient.

Change-Id: Ie0221b83c857b11e21f5f223966f47afdaec252e
This commit is contained in:
Monty Taylor
2012-11-01 02:35:52 +01:00
committed by Kiall Mac Innes
parent 935b0392cf
commit fbce3d38bf

View File

@@ -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',