We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7bdbc4 commit f687ecfCopy full SHA for f687ecf
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="mitreattack-python",
8
- version="1.2.2",
+ version="1.3.0",
9
author="MITRE ATT&CK, MITRE Corporation",
10
author_email="attack@mitre.org",
11
description="MITRE ATT&CK python library",
@@ -19,7 +19,8 @@
19
entry_points={
20
'console_scripts': [
21
'layerExporter_cli=mitreattack.navlayers.layerExporter_cli:main',
22
- 'attackToExcel_cli=mitreattack.attackToExcel.attackToExcel:main'
+ 'attackToExcel_cli=mitreattack.attackToExcel.attackToExcel:main',
23
+ 'layerGenerator_cli=mitreattack.navlayers.layerGenerator_cli:main'
24
]
25
},
26
packages=setuptools.find_packages(),
0 commit comments