-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsetup.cfg
30 lines (26 loc) · 859 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
[metadata]
name = suricata-language-server
version = 0.9.7
description = Suricata Signatures Language Server for the Language Server Protocol
long_description = file: README.rst
license = GNU General Public License v3
classifiers =
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3
Development Status :: 4 - Beta
Environment :: No Input/Output (Daemon)
Intended Audience :: Information Technology
Operating System :: OS Independent
Topic :: Security
author = Eric Leblond
author_email = [email protected]
url = https://github.com/StamusNetworks/suricata-language-server
[options]
zip_safe = True
include_package_data = True
packages = find:
[options.entry_points]
console_scripts =
suricata-language-server = suricatals.__init__:main
[options.package_data]
* = *.rst