|
|
@ -3,9 +3,9 @@ from setuptools import setup, find_packages |
|
|
|
setup( |
|
|
|
setup( |
|
|
|
name='slither-analyzer', |
|
|
|
name='slither-analyzer', |
|
|
|
description='Slither is a Solidity static analysis framework written in Python 3.', |
|
|
|
description='Slither is a Solidity static analysis framework written in Python 3.', |
|
|
|
url='https://github.com/trailofbits/slither', |
|
|
|
url='https://github.com/crytic/slither', |
|
|
|
author='Trail of Bits', |
|
|
|
author='Trail of Bits', |
|
|
|
version='0.6.1', |
|
|
|
version='0.6.2', |
|
|
|
packages=find_packages(), |
|
|
|
packages=find_packages(), |
|
|
|
python_requires='>=3.6', |
|
|
|
python_requires='>=3.6', |
|
|
|
install_requires=['prettytable>=0.7.2', 'pysha3>=1.0.2'], |
|
|
|
install_requires=['prettytable>=0.7.2', 'pysha3>=1.0.2'], |
|
|
|