From bc1208b9757e3646d4755bd180e1d190a5d01110 Mon Sep 17 00:00:00 2001 From: Antoine Millet Date: Wed, 5 Oct 2011 19:01:37 +0200 Subject: [PATCH] Removed client package from the setup.py file and added core.protocols --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 57a13c5..fb73a56 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( author='Antoine Millet', author_email='antoine.millet@smartjog.com', license='GPL2', - packages=['sjrpc', 'sjrpc.client', 'sjrpc.server', 'sjrpc.core', + packages=['sjrpc', 'sjrpc.server', 'sjrpc.core', 'sjrpc.core.protocols', 'sjrpc.utils'], classifiers=[ 'Intended Audience :: Developers', -- GitLab