Skip to content

Commit 940c36a

Browse files
committed
Fixed build
Missing package specification
1 parent 83841ea commit 940c36a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='sigmatools',
16-
version='0.12',
16+
version='0.12.1',
1717
description='Tools for the Generic Signature Format for SIEM Systems',
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",
@@ -34,7 +34,7 @@
3434
'Environment :: Console',
3535
],
3636
keywords='security monitoring siem logging signatures elasticsearch splunk ids sysmon',
37-
packages=['sigma', 'sigma.backends', 'sigma.config', 'sigma.parser'],
37+
packages=['sigma', 'sigma.backends', 'sigma.config', 'sigma.parser', 'sigma.parser.modifiers'],
3838
python_requires='~=3.6',
3939
install_requires=['PyYAML', 'pymisp'],
4040
extras_require={

0 commit comments

Comments
 (0)