File: setup.cfg

package info (click to toggle)
scapy 2.5.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,136 kB
  • sloc: python: 127,773; sh: 133; makefile: 11
file content (26 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (2)
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
[bdist_wheel]
universal = 1

[metadata]
description-file = README.md
license_file = LICENSE

[sdist]
formats=gztar
owner=root
group=root

[coverage:run]
concurrency = multiprocessing
omit =
    # Scapy specific paths
    scapy/tools/UTscapy.py
    test/*
    # Scapy external modules
    scapy/modules/six.py
    scapy/libs/winpcapy.py
    scapy/libs/ethertypes.py
    # .tox specific path
    .tox/*
    # OS specific paths
    /private/*