implement connecting and handshaking

This commit is contained in:
Russell Haering
2013-09-17 18:04:52 -07:00
parent bee1d8e227
commit 11eac2f1a5
5 changed files with 101 additions and 5 deletions

View File

@@ -18,8 +18,10 @@ limitations under the License.
from setuptools import setup, find_packages
from teeth_agent import agent
setup(
name='teeth-agent',
version='0.1-dev',
version=agent.AGENT_VERSION,
packages=find_packages(),
)