|
|
@ -19,7 +19,7 @@ DESCRIPTION = "Security analysis tool for Ethereum smart contracts" |
|
|
|
URL = "https://github.com/ConsenSys/mythril" |
|
|
|
URL = "https://github.com/ConsenSys/mythril" |
|
|
|
AUTHOR = "ConsenSys Dilligence" |
|
|
|
AUTHOR = "ConsenSys Dilligence" |
|
|
|
AUTHOR_MAIL = None |
|
|
|
AUTHOR_MAIL = None |
|
|
|
REQUIRES_PYTHON = ">=3.5.0" |
|
|
|
REQUIRES_PYTHON = ">=3.6.0" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# What packages are required for this module to be executed? |
|
|
|
# What packages are required for this module to be executed? |
|
|
@ -115,7 +115,6 @@ setup( |
|
|
|
"Intended Audience :: Science/Research", |
|
|
|
"Intended Audience :: Science/Research", |
|
|
|
"Topic :: Software Development :: Disassemblers", |
|
|
|
"Topic :: Software Development :: Disassemblers", |
|
|
|
"License :: OSI Approved :: MIT License", |
|
|
|
"License :: OSI Approved :: MIT License", |
|
|
|
"Programming Language :: Python :: 3.5", |
|
|
|
|
|
|
|
"Programming Language :: Python :: 3.6", |
|
|
|
"Programming Language :: Python :: 3.6", |
|
|
|
"Programming Language :: Python :: 3.7", |
|
|
|
"Programming Language :: Python :: 3.7", |
|
|
|
], |
|
|
|
], |
|
|
|