From 2b51d575ac8277d7219db07eb292b6ede28e3e57 Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Tue, 19 Sep 2017 13:22:40 +0700 Subject: [PATCH] Pypi-readiness --- .gitignore | 1 + setup.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b9a86fc3..ef0ce788 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ __pycache__ *.pyc *.easm *.asm +mythril.egg-info diff --git a/setup.py b/setup.py index 90d222a4..c9d36247 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ setup( url='https://github.com/b-mueller/mythril', author='Bernhard Mueller', + author_email='bernhard.mueller11@gmail.com', license='MIT', @@ -54,4 +55,4 @@ setup( }, scripts=['mythril'] -) \ No newline at end of file +)