Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
Upgraded eth-cobra
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Jul 14, 2019
1 parent fa8d032 commit 77ddbaf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ script:
- ganache-cli -p 8545 > /dev/null &
- sleep 5
- tox
after_success: if [ "${TRAVIS_PYTHON_VERSION}" == "3.7" ]; then coveralls; fi;
after_success: if [ "${TRAVIS_PYTHON_VERSION}" == "3.7" ]; then coveralls; fi;
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<img src="../master/cobra.png?raw=true" width="225">
<img src="https://raw.githubusercontent.com/cobraframework/cobra/master/cobra.png" width="225">

[![Build Status](https://travis-ci.com/meherett/cobra.svg?token=zWs2UgQUy4zmDh4gtGYH&branch=master)](https://travis-ci.com/meherett/cobra)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/py-cobra.svg)
![PyPI License](https://img.shields.io/pypi/l/py-cobra.svg?color=black)
![PyPI Version](https://img.shields.io/pypi/v/py-cobra.svg)
![PyPI Version](https://img.shields.io/pypi/v/py-cobra.svg?color=blue)
[![Coverage Status](https://coveralls.io/repos/github/cobraframework/py-cobra/badge.svg?branch=master)](https://coveralls.io/github/cobraframework/py-cobra?branch=master)

---
Expand Down Expand Up @@ -31,7 +31,7 @@ with other versions.
## Installation
PIP to install cobra globally. For Linux sudo may be required.
```
$ pip install py-cobra
$ pip install eth-cobra
```

## Development
Expand Down
8 changes: 3 additions & 5 deletions cobra/cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ def main(argv=None):
usage=usage,
formatter_class=argparse.RawDescriptionHelpFormatter,
epilog=textwrap.dedent('''\
--------------------
!!!PLEASE HELP ME!!!
--------------------
Donate with Bitcoin: 3JiPsp6bT6PkXF3f9yZsL5hrdQwtVuXXAk
Donate with Ethereum: 0xA963a015d355F08d82cDDD815FFe758f0092fE57
!!!PLEASE HELP US!!!
Bitcoin: 1BZv4gKoX9UAyfxX6WEBRxnqnd4oTqncYo
Ethereum: 0xA963a015d355F08d82cDDD815FFe758f0092fE57
'''),
description=description)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
requirements = list(map(str.strip, _requirements.read().split("\n")))[:-1]

setup(
name="py-cobra",
name="eth-cobra",
version='0.1.0',
description='A fast, flexible and simple development environment framework for Ethereum smart contract, '
'testing and deployment on Ethereum virtual machine(EVM). https://cobraframework.github.io',
Expand Down

0 comments on commit 77ddbaf

Please sign in to comment.