From e453158dd474b4a16429ce2e2dc921a7d1224701 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 23 Nov 2020 19:15:27 +0100 Subject: [PATCH] Remove useless "results" folder from package Related to #1248. --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a66036495..515d114b1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -73,7 +73,6 @@ console-scripts = weasyprint = weasyprint.__main__:main [options.package_data] weasyprint = VERSION weasyprint.tests = resources/*.*, resources/*/* -weasyprint.tests.test_draw = results/*.* weasyprint.css = *.css [options.extras_require]