Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
Missing package specification
  • Loading branch information
thomaspatzke committed Aug 5, 2019
1 parent 83841ea commit 940c36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='sigmatools',
version='0.12',
version='0.12.1',
description='Tools for the Generic Signature Format for SIEM Systems',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -34,7 +34,7 @@
'Environment :: Console',
],
keywords='security monitoring siem logging signatures elasticsearch splunk ids sysmon',
packages=['sigma', 'sigma.backends', 'sigma.config', 'sigma.parser'],
packages=['sigma', 'sigma.backends', 'sigma.config', 'sigma.parser', 'sigma.parser.modifiers'],
python_requires='~=3.6',
install_requires=['PyYAML', 'pymisp'],
extras_require={
Expand Down

0 comments on commit 940c36a

Please sign in to comment.