|
|
@ -1,6 +1,4 @@ |
|
|
|
from setuptools import setup, find_packages |
|
|
|
from setuptools import setup, find_packages |
|
|
|
from codecs import open |
|
|
|
|
|
|
|
import os |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
long_description = ''' |
|
|
|
long_description = ''' |
|
|
@ -123,7 +121,7 @@ doesn't seem to be maintained anymore, and I needed to make some changes to it). |
|
|
|
setup( |
|
|
|
setup( |
|
|
|
name='mythril', |
|
|
|
name='mythril', |
|
|
|
|
|
|
|
|
|
|
|
version='0.1.1', |
|
|
|
version='0.1.3', |
|
|
|
|
|
|
|
|
|
|
|
description='Mythril is an assembler and disassembler for Ethereum VM bytecode', |
|
|
|
description='Mythril is an assembler and disassembler for Ethereum VM bytecode', |
|
|
|
long_description=long_description, |
|
|
|
long_description=long_description, |
|
|
|