Skip to content

Commit

Permalink
new: Add taxii poll to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
FloatingGhost committed Mar 31, 2017
1 parent 8de5fea commit 6983711
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
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"]
)

0 comments on commit 6983711

Please sign in to comment.