mirror of https://github.com/MISP/MISP-maltego
parent
1718217385
commit
f832b7d577
3
setup.py
3
setup.py
|
@ -1,12 +1,11 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
from src.transform.common.util import __version__
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='MISP_maltego',
|
name='MISP_maltego',
|
||||||
author='Christophe Vandeplas',
|
author='Christophe Vandeplas',
|
||||||
version=__version__,
|
version='1.3.6',
|
||||||
author_email='christophe@vandeplas.com',
|
author_email='christophe@vandeplas.com',
|
||||||
maintainer='Christophe Vandeplas',
|
maintainer='Christophe Vandeplas',
|
||||||
url='https://github.com/MISP/MISP-maltego',
|
url='https://github.com/MISP/MISP-maltego',
|
||||||
|
|
|
@ -12,7 +12,7 @@ import time
|
||||||
|
|
||||||
# FIXME from galaxy 'to MISP Event' is confusing
|
# FIXME from galaxy 'to MISP Event' is confusing
|
||||||
|
|
||||||
__version__ = '1.3.7'
|
__version__ = '1.3.4'
|
||||||
|
|
||||||
mapping_misp_to_maltego = {
|
mapping_misp_to_maltego = {
|
||||||
'AS': [AS],
|
'AS': [AS],
|
||||||
|
|
Loading…
Reference in New Issue