Add netapi packages to setup.py packages list

This commit is contained in:
Seth House 2014-06-25 17:08:17 -06:00
parent 38d43851cd
commit cc5fe7f368

View file

@ -503,6 +503,9 @@ SETUP_KWARGS = {'name': NAME,
'salt.log.handlers',
'salt.modules',
'salt.netapi',
'salt.netapi.rest_cherrypy',
'salt.netapi.rest_cherrypy.tools',
'salt.netapi.rest_tornado',
'salt.output',
'salt.pillar',
'salt.proxy',