Skip to content

Commit

Permalink
Merge pull request #1248 from FelixSchwarz/add-missing-test-resources
Browse files Browse the repository at this point in the history
include missing test data (#1247)
  • Loading branch information
liZe authored Nov 23, 2020
2 parents a6f9c80 + aadc91f commit 1772b95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
Expand Down

0 comments on commit 1772b95

Please sign in to comment.