|
|
|
|
@ -2,12 +2,12 @@ from setuptools import setup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setup(name='joinmarketdaemon', |
|
|
|
|
version='0.2.1', |
|
|
|
|
version='0.2.2', |
|
|
|
|
description='Joinmarket client library for Bitcoin coinjoins', |
|
|
|
|
url='http://github.com/AdamISZ/joinmarket-clientserver/jmdaemon', |
|
|
|
|
author='Adam Gibson', |
|
|
|
|
author_email='ekaggata@gmail.com', |
|
|
|
|
license='GPL', |
|
|
|
|
packages=['jmdaemon'], |
|
|
|
|
install_requires=['txsocksx', 'pyopenssl', 'libnacl', 'joinmarketbase==0.2.1'], |
|
|
|
|
install_requires=['txsocksx', 'pyopenssl', 'libnacl', 'joinmarketbase==0.2.2'], |
|
|
|
|
zip_safe=False) |
|
|
|
|
|