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.
15 lines
488 B
15 lines
488 B
from setuptools import setup |
|
|
|
|
|
setup(name='joinmarketbase', |
|
version='0.6.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==19.7.0', 'service-identity', |
|
'chromalog==1.0.5'], |
|
python_requires='>=3.3', |
|
zip_safe=False)
|
|
|