Skip to content

Commit

Permalink
Add slither-analyzer to pypi (close #41)
Browse files Browse the repository at this point in the history
Version 0.1.0
  • Loading branch information
montyly committed Oct 19, 2018
1 parent 9c294c7 commit 15845cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,13 @@ Check | Purpose | Impact | Confidence
## How to install

Slither requires Python 3.6+ and [solc](https://github.com/ethereum/solidity/), the Solidity compiler.
<!---
## Using Pip
### Using Pip

```
$ pip install slither-analyzer
```

or
-->
### Using Git

```bash
$ git clone https://github.com/trailofbits/slither.git && cd slither
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
description='Slither is a Solidity static analysis framework written in Python 3.',
url='https://github.com/trailofbits/slither',
author='Trail of Bits',
version='0.1',
version='0.1.0',
packages=find_packages(),
python_requires='>=3.6',
install_requires=['prettytable>=0.7.2'],
Expand Down

0 comments on commit 15845cb

Please sign in to comment.