-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
41 lines (38 loc) · 1021 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[metadata]
name = snort3_conv_tools
author = CiscoNate
author_email = cisconate@gmail.com
description = A collection of tools for converting IDS/IPS/NGFW rules into Snort 3
long_description = file:README.rst
long_description_content_type = text/x-rst; charset=UTF-8
url = https://github.com/Cisconate/Snort3Converter.git
project_urls =
Bug Tracker = https://github.com/Cisconate/Snort3Converter/issues
Documentation = https://github.com/Cisconate/Snort3Converter
Source Code = https://github.com/Cisconate/Snort3Converter
license = MIT
classifiers =
Development Status :: 2 - Pre-Alpha
Environment :: Console
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
keywords =
setup
distutils
[options]
zip_safe = True
package_dir =
= src
packages =
snort3_conv_tools
install_requires =
unidecode
argparse
[tool:pytest]
testpaths =
tests
[aliases]
test=pytest