Add more fields for pypi (#191)

* Add more fields for pypi

* Add author
This commit is contained in:
Mark Mossberg 2017-04-26 14:57:24 -04:00 committed by GitHub
parent 44dff1745d
commit e4506dc029

View File

@ -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=[