From aadc91f8ea122c545a8ca037c8bcfe8d02a50323 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Sun, 8 Nov 2020 19:15:22 +0100 Subject: [PATCH] include missing test data (#1247) --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index d966f62ba..fd6638859 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,6 +45,8 @@ packages = weasyprint.formatting_structure weasyprint.layout weasyprint.tests + weasyprint.tests.test_draw + weasyprint.tests.test_layout weasyprint.tools zip_safe = false setup_requires = pytest-runner @@ -71,6 +73,7 @@ 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]