Skip to content

Commit

Permalink
fixes #220
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-dileo committed Oct 17, 2014
1 parent c5788de commit 1a58d37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -72,6 +72,7 @@
('%s/files' % INSTALL_PATH, []),
('%s/resources' % INSTALL_PATH, []),
(CONF_PATH, glob('conf/ztpserver.conf')),
(CONF_PATH, glob('conf/ztpserver.wsgi')),
('%s/bootstrap' % INSTALL_PATH, glob('client/bootstrap')),
('%s/bootstrap' % INSTALL_PATH, glob('conf/bootstrap.conf')),
('%s/actions' % INSTALL_PATH, glob('actions/*')),
Expand Down

0 comments on commit 1a58d37

Please sign in to comment.