joinmarket/jmdaemon/setup.py
2019-02-03 15:12:51 +01:00

13 lines
441 B
Python

from setuptools import setup
setup(name='joinmarketdaemon',
version='0.5.3',
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=['future', 'txtorcon', 'pyopenssl', 'libnacl', 'joinmarketbase==0.5.3'],
zip_safe=False)