Skip to content

Commit

Permalink
Add more fields for pypi (#191)
Browse files Browse the repository at this point in the history
* Add more fields for pypi

* Add author
  • Loading branch information
offlinemark committed Apr 26, 2017
1 parent 44dff17 commit e4506dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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=[
Expand Down

0 comments on commit e4506dc

Please sign in to comment.