summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2024-02-25 20:11:51 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2024-02-25 20:11:51 +0100
commit70ed1dcf05aa9cd7e3c03afd47625dc8a75ab556 (patch)
treec6ec7636d43e79bfb28926aa3042bc20b7b30034 /setup.cfg
parentbcfb9917fac6c772e74732ec5d633e27c812caf1 (diff)
Modernize packaging with pyproject.toml and setuptool_scm.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 0 insertions, 7 deletions
diff --git a/setup.cfg b/setup.cfg
deleted file mode 100644
index a34c5e6..0000000
--- a/setup.cfg
+++ /dev/null
@@ -1,7 +0,0 @@
-[mypy]
-
-[mypy-xapian.*]
-ignore_missing_imports = True
-
-[mypy-argcomplete.*]
-ignore_missing_imports = True