diff --git a/README.md b/README.md index 39e77953a..15c2e7b60 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/setup.py b/setup.py index b4425acf8..8ab6a4b2f 100644 --- a/setup.py +++ b/setup.py @@ -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',