diff --git a/tools/setup.py b/tools/setup.py index 2ffd3efaf..4b69eca34 100644 --- a/tools/setup.py +++ b/tools/setup.py @@ -13,7 +13,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f: setup( name='sigmatools', - version='0.1.3', + version='0.2', description='Tools for the Generic Signature Format for SIEM Systems', long_description=long_description, url='https://github.com/Neo23x0/sigma', @@ -28,14 +28,13 @@ setup( 'Topic :: Security', 'Topic :: Internet :: Log Analysis', 'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Environment :: Console', ], keywords='security monitoring siem logging signatures elasticsearch splunk ids sysmon', packages=['sigma'], - python_requires='~=3.4', + python_requires='~=3.5', install_requires=['PyYAML'], extras_require={ 'test': ['coverage', 'yamllint'],