Skip to content

Commit

Permalink
Fix missing assets from distributions (#2035)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra authored Sep 25, 2024
1 parent 30c93d1 commit e311665
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -242,19 +242,20 @@ betty = [
'py.typed',

# Assets.
'assets/**',
'project/extension/*/assets/**',
'assets/**/*',
'assets/public/localized/.error/*',
'project/extension/*/assets/**/*',

# JSON Schemas.
'json/schemas/**/*',
'json/schemas/*',

# Webpack.
'../.browserslistrc',
'../tsconfig.json',
'project/extension/*/webpack/**',
'project/extension/*/webpack/**/*',

# Prebuilt assets.
'../prebuild/**',
'../prebuild/**/*',
]

[tool.setuptools.exclude-package-data]
Expand Down

0 comments on commit e311665

Please sign in to comment.