From c78ea5c9109191654d26c7bfd2bedd662dafcdc5 Mon Sep 17 00:00:00 2001 From: Mark Mossberg Date: Wed, 26 Apr 2017 15:24:27 -0400 Subject: [PATCH] Use lowercase name in setup.py (#192) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',