summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorKiall Mac Innes <kiall@hp.com>2013-02-11 11:47:33 +0000
committerKiall Mac Innes <kiall@hp.com>2013-02-11 21:43:07 +0000
commit0edf9a5de417b1a6bc1f083d7104ccd7fd43b34e (patch)
treea33b79a162148899160db33a0fb3c716f5478a10 /setup.py
parentf1fd51eb9060ec61ef846757ea58a3b8e5c70d03 (diff)
downloaddesignate-0edf9a5de417b1a6bc1f083d7104ccd7fd43b34e.tar.gz
Add initial PowerDNS migration repo
Change-Id: I24823d391cb642ebc5c47a1e4de1602a6d088879
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c08830af..edb79e86 100755
--- a/setup.py
+++ b/setup.py
@@ -74,6 +74,8 @@ setup(
[moniker.manage]
database init = moniker.manage.database:InitCommand
database sync = moniker.manage.database:SyncCommand
+ powerdns database init = moniker.manage.powerdns:DatabaseInitCommand
+ powerdns database sync = moniker.manage.powerdns:DatabaseSyncCommand
"""),
classifiers=[
'Development Status :: 3 - Alpha',