From 25e89e05bc2853c531eb6483aa3750f4812354d6 Mon Sep 17 00:00:00 2001 From: Mike Sconzo Date: Tue, 2 Sep 2014 14:50:47 -0500 Subject: [PATCH] set everything to the right email this time --- dga_detection/DGA_Domain_Detection.ipynb | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dga_detection/DGA_Domain_Detection.ipynb b/dga_detection/DGA_Domain_Detection.ipynb index 12f916a..cc27548 100644 --- a/dga_detection/DGA_Domain_Detection.ipynb +++ b/dga_detection/DGA_Domain_Detection.ipynb @@ -20,7 +20,7 @@ "- Matplotlib: Python 2D plotting library (http://matplotlib.org)\n", "\n", "**Suggestions/Comments:**\n", - "Please send suggestions or bugs (I'm sure) to *labs at clicksecurity.com*. Also if you have some datasets or would like to explore alternative approaches please touch base.\n", + "Please send suggestions or bugs (I'm sure) to *clicklabs at clicksecurity.com*. Also if you have some datasets or would like to explore alternative approaches please touch base.\n", "\n" ] }, diff --git a/setup.py b/setup.py index 0f7e8a7..aac9ad3 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='data_hacking', version=__version__, author='Click', - author_email='labs@clicksecurity.com', + author_email='clicklabs@clicksecurity.com', description='Modules for Data Hacking project', long_description=open('README.md').read(), install_requires=[ 'networkx','pygraphviz','pandas','matplotlib','numpy','tldextract','sqlparse','macholib','pefile','patsy','statsmodels','sklearn' ],