Add more fields for pypi (#191)
* Add more fields for pypi * Add author
This commit is contained in:
parent
44dff1745d
commit
e4506dc029
3
setup.py
3
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=[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user