You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
425 B
13 lines
425 B
from setuptools import setup |
|
|
|
|
|
setup(name='joinmarketbase', |
|
version='0.3.1', |
|
description='Joinmarket client library for Bitcoin coinjoins', |
|
url='http://github.com/AdamISZ/joinmarket-clientserver/jmbase', |
|
author='Adam Gibson', |
|
author_email='ekaggata@gmail.com', |
|
license='GPL', |
|
packages=['jmbase'], |
|
install_requires=['twisted==16.6.0', 'service-identity'], |
|
zip_safe=False)
|
|
|