From 406e79287c22f640226b50a20dc82579ad8177eb Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Thu, 19 Aug 2021 22:22:30 -0400 Subject: [PATCH] Duplicate package confuses the build --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1bd94692..0878aebd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,8 +24,7 @@ classifiers=[ "Topic :: Software Development :: Quality Assurance", ] packages = [ - { include = "diff_cover" }, - { include = "diff_cover/violationsreporters" }, + { include = "diff_cover" } ] include = [ "templates/*.txt",