Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
madnadyka committed Dec 19, 2022
1 parent 7aa2c5b commit b8a0f3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Parity connector
# Ethereum connector

Connector to parity ethereum node, providing ability to monitoring ethereum network events. Built-in synchronization algorithm.
Connector to ethereum node, providing ability to monitoring ethereum network events. Built-in synchronization algorithm.

What is a Ethereum node connector?

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# coding: utf-8
from distutils.core import setup

setup(name='Parity ethereum node connector',
setup(name='Ethereum node connector',
version='0.0.3',
description='Connector to parity ethereum node.',
description='Connector to ethereum node.',
author='Aleksey Karpov/Nadezhda Karpova',
author_email='[email protected]',
url='https://github.com/bitaps-com/parity-connector.git',
packages=['parityconnector', ],
url='https://github.com/bitaps-com/ethereum-connector.git',
packages=['ethereumconnector', ],
)

0 comments on commit b8a0f3d

Please sign in to comment.