This website requires JavaScript.
Explore
Help
Sign In
MISP
/
MISP-maltego
mirror of
https://github.com/MISP/MISP-maltego
Watch
2
Star
0
Fork
You've already forked MISP-maltego
0
Code
Issues
Releases
Wiki
Activity
75324e919f
MISP-maltego
/
publish_to_pip.sh
6 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
new: [doc] Installation using pip
2019-05-22 10:29:43 +02:00
#!/bin/bash
python3 setup.py sdist bdist_wheel
new: [transform] new object to relations transform + reverse relations
2019-05-24 16:06:07 +02:00
twine upload dist/*
rm -Rf build
minor cleanups
2019-06-12 12:39:52 +02:00
rm -Rf dist