mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-22 03:49:36 +00:00
12 lines
336 B
Python
12 lines
336 B
Python
from setuptools import setup
|
|
|
|
setup(name='playbooks',
|
|
version='0.1',
|
|
description='A set of playbooks for Falco alerts',
|
|
url='http://github.com/draios/falco-playbooks',
|
|
author='Néstor Salceda',
|
|
author_email='nestor.salceda@sysdig.com',
|
|
license='',
|
|
packages=['playbooks'],
|
|
zip_safe=False)
|