diff options
| author | Jonas Schnelli <[email protected]> | 2015-05-02 12:53:35 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-05-18 15:25:45 +0200 |
| commit | 64937fe51acc269fc96b784fc97bd4cfe3c1d072 (patch) | |
| tree | e665ff0ccf03aa88847d9ecbfb9fb5f6ef6bbca8 /qa/rpc-tests/python-bitcoinrpc/setup.py | |
| parent | Merge pull request #6126 (diff) | |
| download | discoin-64937fe51acc269fc96b784fc97bd4cfe3c1d072.tar.xz discoin-64937fe51acc269fc96b784fc97bd4cfe3c1d072.zip | |
[QA] restructure rpc tests directory
* move non-test classes to subdir `test-framework`
Diffstat (limited to 'qa/rpc-tests/python-bitcoinrpc/setup.py')
| -rw-r--r-- | qa/rpc-tests/python-bitcoinrpc/setup.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/qa/rpc-tests/python-bitcoinrpc/setup.py b/qa/rpc-tests/python-bitcoinrpc/setup.py deleted file mode 100644 index 43cdb1c03..000000000 --- a/qa/rpc-tests/python-bitcoinrpc/setup.py +++ /dev/null @@ -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='<[email protected]>', - maintainer='Jeff Garzik', - maintainer_email='<[email protected]>', - 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']) |