Skip to content

Commit f687ecf

Browse files
Caleb R LittleCaleb R Little
authored andcommitted
Updated setup build script
1 parent a7bdbc4 commit f687ecf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="mitreattack-python",
8-
version="1.2.2",
8+
version="1.3.0",
99
author="MITRE ATT&CK, MITRE Corporation",
1010
author_email="attack@mitre.org",
1111
description="MITRE ATT&CK python library",
@@ -19,7 +19,8 @@
1919
entry_points={
2020
'console_scripts': [
2121
'layerExporter_cli=mitreattack.navlayers.layerExporter_cli:main',
22-
'attackToExcel_cli=mitreattack.attackToExcel.attackToExcel:main'
22+
'attackToExcel_cli=mitreattack.attackToExcel.attackToExcel:main',
23+
'layerGenerator_cli=mitreattack.navlayers.layerGenerator_cli:main'
2324
]
2425
},
2526
packages=setuptools.find_packages(),

0 commit comments

Comments
 (0)