diff --git a/setup.py b/setup.py index 1956952..1d51636 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup( - name='Manticore', + name='manticore', description='Manticore is a prototyping tool for dynamic binary analysis, with support for symbolic execution, taint analysis, and binary instrumentation.', url='https://github.com/trailofbits/manticore', author='Trail of Bits',