Merge branch 'master' of github.com:trailofbits/slither

pull/17/head
Josselin 6 years ago
commit 0d13cdf7c7
  1. 2
      README.md
  2. 2
      setup.py

@ -85,4 +85,4 @@ For more information about printers, see the [Printers documentation](docs/PRINT
## License
Slither is licensed and distributed under AGPLv3. [Contact us](mailto:opensource@trailofbits.com) if you're looking for an exception to the terms.
Slither is licensed and distributed under the AGPLv3 license. [Contact us](mailto:opensource@trailofbits.com) if you're looking for an exception to the terms.

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(
name='Slither',
name='slither-sol',
description='Slither is a Solidity static analysis framework written in Python 3.',
url='https://github.com/trailofbits/slither',
author='Trail of Bits',

Loading…
Cancel
Save