Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton von Weltzien committed May 24, 2018
1 parent a1db600 commit 892029a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from statistics_reader.sender import Sender
from statistics_reader.block import Block
from statistics_reader.blockchain_adapter import BlockchainAdapter
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from setuptools import setup

setup(name='blockchain_statistics_readout',
version='0.3',
version='0.3.1',
description='Read out statistics from a blockchain',
author='Anton von Weltzien',
license='MIT',
packages=['statistics_reader'],
packages=['blockchain_statistics_readout'],
url='https://github.com/BPChain/blockchain_statistics_readout.git',
install_requires=['websocket-client==0.47.0', 'psutil==5.4.5'],
zip_safe=False)

0 comments on commit 892029a

Please # to comment.