Rename package to python-monikerclient.
Change-Id: Ie0221b83c857b11e21f5f223966f47afdaec252e
This commit is contained in:
committed by
Kiall Mac Innes
parent
935b0392cf
commit
fbce3d38bf
4
setup.py
4
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',
|
||||
|
||||
Reference in New Issue
Block a user