diff --git a/setup.py b/setup.py index 9ef4b59..1956952 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,9 @@ from setuptools import setup, find_packages setup( 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', version='0.1.0', packages=find_packages(), install_requires=[