summaryrefslogtreecommitdiffstats
path: root/scripts/external_libs/dpkt-1.8.6.2/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/external_libs/dpkt-1.8.6.2/setup.cfg')
-rw-r--r--scripts/external_libs/dpkt-1.8.6.2/setup.cfg20
1 files changed, 0 insertions, 20 deletions
diff --git a/scripts/external_libs/dpkt-1.8.6.2/setup.cfg b/scripts/external_libs/dpkt-1.8.6.2/setup.cfg
deleted file mode 100644
index 56ffc205..00000000
--- a/scripts/external_libs/dpkt-1.8.6.2/setup.cfg
+++ /dev/null
@@ -1,20 +0,0 @@
-[bdist_wheel]
-universal = 1
-
-[aliases]
-release = register clean --all sdist bdist_wheel upload
-
-[flake8]
-max-line-length = 140
-
-[pytest]
-addopts = -v --cov-report term-missing
-python_files = *.py
-python_functions = test
-norecursedirs = .tox .git *.egg-info __pycache__ dist build
-
-[egg_info]
-tag_build =
-tag_date = 0
-tag_svn_revision = 0
-