Commit bc1208b9 authored by Antoine Millet's avatar Antoine Millet
Browse files

Removed client package from the setup.py file and added core.protocols

parent 2c922df8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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',