From 1379a354283b2520ed3b8746fe4f3dfa9d187074 Mon Sep 17 00:00:00 2001 From: Hannah Ward Date: Fri, 31 Mar 2017 10:32:45 +0100 Subject: [PATCH] new: Install remote server script to BINPATH --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 21017ca..fb70880 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,6 @@ setup( author_email="hannah.ward2@baesystems.com", packages=['misp_taxii_hooks'], install_requires=["zmq", "misp-stix-converter", "pymisp>=2.4.53", "pyaml>=3.11", "cabby>=0.1", "mysqlclient>=1.3.9", "nose>=1.3.7"], - scripts=["scripts/start-misp-taxii.sh", "scripts/push_published_to_taxii.py"] + scripts=["scripts/start-misp-taxii.sh", "scripts/push_published_to_taxii.py", "scripts/install-remove-server.sh"] )