Change standard chunk size for the test client, and remove bitstring as a dependency
parent
5160d26307
commit
32957fe5e8
@ -0,0 +1,12 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(name='pyreactor',
|
||||
version='0.1',
|
||||
description='Simple evented networking library, designed for custom protocols.',
|
||||
author='Sven Slootweg',
|
||||
author_email='pyreactor@cryto.net',
|
||||
url='http://cryto.net/pyreactor',
|
||||
packages=['pyreactor'],
|
||||
provides=['pyreactor'],
|
||||
install_requires=['msgpack-python']
|
||||
)
|
Loading…
Reference in New Issue