[PATCH 02/13] Add netconf.commands to setup.py

Matthew W. S. Bell matthew at bells23.org.uk
Sat Apr 25 18:18:27 UTC 2009


From: Matthew W. S. Bell <mentor at engelbert.(none)>


Signed-off-by: Matthew W. S. Bell <matthew at bells23.org.uk>
---
 setup.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/setup.py b/setup.py
index 1390384..e37df54 100644
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,7 @@ setup(name='netconf',
                   (join('/etc', 'default'), [join('initd', 'default', 'netconfd')]),
                   (join('/etc', 'logrotate.d'), [join('logrotate', 'netconfd')]),
                  ],
-      packages=['netconf', 'netconf.util', 'netconf.ctlsock',
+      packages=['netconf', 'netconf.util', 'netconf.ctlsock', 'netconf.commands',
                 'netconf.ifaces', 'netconf.ifaces.eni', 'netconf.ifaces.dhcp',
                 'netconf.ifaces.eni.inet', 'netconf.ifaces.manip'],
       package_dir={'': 'src'},
-- 
1.6.2.4




More information about the netconf-devel mailing list