Commit 8815fa4
authored
Correctly add package data directories to distribution (#80)
Python recognizes package data directories as importable packages.
However, as they are absent from setuptools' `packages`
configuration, this causes warnings that they would be ignored. The
recommended approach is to treat data as namespace package using
the `find_namespace:` discovery mechanism.
The affected data directories / packages:
- fuzzinator.ui.tui.resources
- fuzzinator.ui.wui.resources.static
- fuzzinator.ui.wui.resources.static.assets
- fuzzinator.ui.wui.resources.static.images
- fuzzinator.ui.wui.resources.static.scripts
- fuzzinator.ui.wui.resources.static.styles
- fuzzinator.ui.wui.resources.templates
- fuzzinator.ui.wui.resources.templates.report1 parent 7fa7024 commit 8815fa4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments