from setuptools import setup setup(name='joinmarketdaemon', version='0.8.2dev', description='Joinmarket client library for Bitcoin coinjoins', url='http://github.com/Joinmarket-Org/joinmarket-clientserver/jmdaemon', author='', author_email='', license='GPL', packages=['jmdaemon'], install_requires=['txtorcon', 'pyopenssl', 'libnacl', 'joinmarketbase==0.8.2dev'], python_requires='>=3.6', zip_safe=False)