Browse Source
0.137b7f258
rpc-tests: remove python-bitcoinrpc directory (Jonas Schnelli)a85b2e2
pull-tester/rpc-tests.sh: disable script_test.py test (Jonas Schnelli)3e875b1
pull-tester/rpc-tests.sh: allow passing throug of arguments (Jonas Schnelli)00706a5
update rpc-tests readme.md (Jonas Schnelli)344e08e
extend rpc-tests.sh control script with non-travis tests (Jonas Schnelli)64937fe
[QA] restructure rpc tests directory (Jonas Schnelli)
Wladimir J. van der Laan
10 years ago
45 changed files with 125 additions and 124 deletions
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
*.pyc |
@ -1,15 +0,0 @@
@@ -1,15 +0,0 @@
|
||||
#!/usr/bin/env python2 |
||||
|
||||
from distutils.core import setup |
||||
|
||||
setup(name='python-bitcoinrpc', |
||||
version='0.1', |
||||
description='Enhanced version of python-jsonrpc for use with Bitcoin', |
||||
long_description=open('README').read(), |
||||
author='Jeff Garzik', |
||||
author_email='<jgarzik@exmulti.com>', |
||||
maintainer='Jeff Garzik', |
||||
maintainer_email='<jgarzik@exmulti.com>', |
||||
url='http://www.github.com/jgarzik/python-bitcoinrpc', |
||||
packages=['bitcoinrpc'], |
||||
classifiers=['License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)', 'Operating System :: OS Independent']) |
Loading…
Reference in new issue