from setuptools import setup setup(name='joinmarketbase', version='0.4.2', description='Joinmarket client library for Bitcoin coinjoins', url='http://github.com/Joinmarket-Org/joinmarket-clientserver/jmbase', author='', author_email='', license='GPL', packages=['jmbase'], install_requires=['future', 'twisted==18.9.0', 'service-identity'], zip_safe=False)