new: Add taxii poll to scripts

pull/7/head
Hannah Ward 2017-03-31 10:41:14 +01:00
parent 8de5fea75f
commit 6983711ae8
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ 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/install-remote-server.sh"]
scripts=["scripts/start-misp-taxii.sh", "scripts/push_published_to_taxii.py", "scripts/install-remote-server.sh",
"scripts/run-taxii-poll.py"]
)