From 77b0ae952819015bedc749ce760262c0321d8562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Thu, 1 Jul 2021 12:48:15 +0200 Subject: [PATCH] Adjust path to config after renaming (cherry picked from commit aff285467a914651624700d4f959abfd2188d675) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c37922f..59d29a6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ packages = [ { include = "ospd_openvas"}, { include = "docs/ospd-openvas.8", format = "sdist"}, { include = "config/ospd-openvas.service", format = "sdist"}, - { include = "config/ospd.conf", format = "sdist"}, + { include = "config/ospd-openvas.conf", format = "sdist"}, { include = "tests", format = "sdist" }, { include = "CHANGELOG.md", format = "sdist"}, { include = "COPYING", format = "sdist"},