bump up to release 2.0.1
[tools/mic.git] / setup.py
index 3de7519..eec4284 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,19 @@
-#!/usr/bin/env python
+
+# Copyright (c) 2014 Intel, Inc.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the Free
+# Software Foundation; version 2 of the License
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+# for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc., 59
+# Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
 """
     Main for installing mic
 """
@@ -52,7 +67,15 @@ PACKAGES = [MOD_NAME,
             MOD_NAME + '/3rdparty/pykickstart',
             MOD_NAME + '/3rdparty/pykickstart/commands',
             MOD_NAME + '/3rdparty/pykickstart/handlers',
-            MOD_NAME + '/3rdparty/pykickstart/urlgrabber',
+            MOD_NAME + '/3rdparty/urlgrabber',
+            MOD_NAME + '/3rdparty/requests',
+            MOD_NAME + '/3rdparty/requests/packages',
+            MOD_NAME + '/3rdparty/requests/packages/urllib3',
+            MOD_NAME + '/3rdparty/requests/packages/chardet',
+            MOD_NAME + '/3rdparty/requests/packages/urllib3/packages',
+            MOD_NAME + '/3rdparty/requests/packages/urllib3/contrib',
+            MOD_NAME + '/3rdparty/requests/packages/urllib3/util',
+            MOD_NAME + '/3rdparty/requests/packages/urllib3/packages/ssl_match_hostname',
            ]
 
 IMAGER_PLUGINS = glob.glob(os.path.join("plugins", "imager", "*.py"))