* Add egg-info why using source tree from Git repository
Index: tomahawk-0.6.0/tomahawk.egg-info/PKG-INFO
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ tomahawk-0.6.0/tomahawk.egg-info/PKG-INFO	2013-07-31 14:33:59.265127599 +0900
@@ -0,0 +1,78 @@
+Metadata-Version: 1.1
+Name: tomahawk
+Version: 0.6.0
+Summary: A simple ssh wrapper to execute commands for many hosts.
+Home-page: http://github.com/oinume/tomahawk/
+Author: Kazuhiro Oinuma
+Author-email: oinume@gmail.com
+License: LGPL
+Description: .. -*- restructuredtext -*-
+        
+        .. image:: https://secure.travis-ci.org/oinume/tomahawk.png?branch=0.6-hotfix
+        
+        Examples
+        ========
+        
+        $ tomahawk -h host1,host2,host3 uptime
+        
+        --> 'uptime' command is executed in host1, host2 and host3 as follows.
+        
+        kazuhiro@host1 % uptime
+        22:41:27 up 10 days,  3:26,  1 users,  load average: 1.11, 1.13, 1.11 
+        
+        kazuhiro@host2 % uptime
+        22:41:28 up 20 days,  4:26,  2 users,  load average: 2.11, 2.13, 2.11 
+        
+        kazuhiro@host3 % uptime
+        22:41:29 up 30 days,  5:26,  3 users,  load average: 3.11, 3.13, 3.11 
+        
+        $ tomahawk-rsync -h host1,host2,host3 test.py /tmp/test.py
+        
+        --> 'test.py' is copied to host1, host2 and host3.
+        
+        See more usages: http://readthedocs.org/docs/tomahawk/en/latest/
+        
+        Documentation
+        =============
+        See http://readthedocs.org/docs/tomahawk/en/latest/
+        
+        How to contribute
+        =================
+        
+        Report a bug
+        ------------
+        https://github.com/oinume/tomahawk/issues
+        
+        Send a patch
+        ------------
+        Fork, modify code, add tests, run tests, send pull request.
+        
+        
+        For developers
+        ==============
+        Install tomahawk in develop mode. ::
+        
+          $ python setup.py develop
+        
+        Install following modules for testing. ::
+        
+          $ pip install flexmock>=0.8 pytest>=2.2 pytest-cov>=1.5
+        
+        Run tests ::
+        
+          $ py.test tests/internal/
+        
+Platform: unix
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Environment :: Console
+Classifier: Intended Audience :: System Administrators
+Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
+Classifier: Operating System :: Unix
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2.4
+Classifier: Programming Language :: Python :: 2.5
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Classifier: Topic :: System :: Clustering
+Classifier: Topic :: System :: Systems Administration
Index: tomahawk-0.6.0/tomahawk.egg-info/SOURCES.txt
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ tomahawk-0.6.0/tomahawk.egg-info/SOURCES.txt	2013-07-31 14:33:59.265127599 +0900
@@ -0,0 +1,37 @@
+AUTHORS
+COPYING
+Changes
+INSTALL
+LICENSE
+MANIFEST.in
+README.rst
+setup.cfg
+setup.py
+bin/tomahawk
+bin/tomahawk-rsync
+docs/en/_tomahawk-rsync_description.rst
+docs/en/_tomahawk_description.rst
+docs/en/_tomahawk_env_vars.rst
+docs/en/index.rst
+docs/en/install.rst
+docs/en/recipes.rst
+docs/en/tomahawk-rsync.rst
+docs/en/tomahawk.rst
+man/man1/tomahawk-rsync.1
+man/man1/tomahawk.1
+tomahawk/__init__.py
+tomahawk/base.py
+tomahawk/bootstrap.py
+tomahawk/color.py
+tomahawk/command.py
+tomahawk/constants.py
+tomahawk/expect.py
+tomahawk/log.py
+tomahawk/rsync.py
+tomahawk/utils.py
+tomahawk.egg-info/PKG-INFO
+tomahawk.egg-info/SOURCES.txt
+tomahawk.egg-info/dependency_links.txt
+tomahawk.egg-info/not-zip-safe
+tomahawk.egg-info/requires.txt
+tomahawk.egg-info/top_level.txt
\ No newline at end of file
Index: tomahawk-0.6.0/tomahawk.egg-info/dependency_links.txt
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ tomahawk-0.6.0/tomahawk.egg-info/dependency_links.txt	2013-07-31 14:33:59.265127599 +0900
@@ -0,0 +1 @@
+
Index: tomahawk-0.6.0/tomahawk.egg-info/not-zip-safe
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ tomahawk-0.6.0/tomahawk.egg-info/not-zip-safe	2013-07-31 14:33:59.265127599 +0900
@@ -0,0 +1 @@
+
Index: tomahawk-0.6.0/tomahawk.egg-info/requires.txt
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ tomahawk-0.6.0/tomahawk.egg-info/requires.txt	2013-07-31 14:33:59.265127599 +0900
@@ -0,0 +1 @@
+pexpect >= 2.4
\ No newline at end of file
Index: tomahawk-0.6.0/tomahawk.egg-info/top_level.txt
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ tomahawk-0.6.0/tomahawk.egg-info/top_level.txt	2013-07-31 14:33:59.265127599 +0900
@@ -0,0 +1 @@
+tomahawk
