From 6f6d55f224cf9c534db27c23d05c539984738bb9 Mon Sep 17 00:00:00 2001 From: Matt Ray Date: Wed, 7 Jan 2009 17:04:07 +0000 Subject: [PATCH] Added LICENSE.txt and COPYRIGHT.txt to ZenPacks git-svn-id: http://zenpacks.zenoss.org/svn/zenpacks@80 db08cffe-75b9-45d1-af1a-46ad9ef135f6 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2a2dd9a..8317c3f 100644 --- a/setup.py +++ b/setup.py @@ -62,6 +62,7 @@ # with the binary egg. package_data = { '': ['*.txt'], + '':['../COPYRIGHT.txt','../LICENSE.txt'], NAME: ['objects/*','skins/*/*','services/*', 'reports/*/*', 'modeler/*/*', 'daemons/*', 'lib/*', 'libexec/*'], },