Use lowercase name in setup.py (#192)

This commit is contained in:
Mark Mossberg
2017-04-26 15:24:27 -04:00
committed by GitHub
parent e4506dc029
commit c78ea5c910

View File

@@ -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',