We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7a123 commit da847deCopy full SHA for da847de
1 file changed
setup.py
@@ -75,7 +75,7 @@
75
'setoolsgui.widgets.models', 'setoolsgui.widgets.views'],
76
scripts=['apol', 'sediff', 'seinfo', 'seinfoflow', 'sesearch', 'sedta', 'sechecker'],
77
data_files=installed_data,
78
- package_data={'': ['*.html'],
+ package_data={'': ['*.css', '*.html'],
79
'setools': ['perm_map', 'policyrep.pyi', 'py.typed']},
80
ext_modules=cythonize(ext_py_mods, include_path=['setools/policyrep'],
81
annotate=cython_annotate,
0 commit comments