setup.py: Install CSS files.

Fixes [setools 4.5.0] apol.css is missing from the Python package #124

Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
This commit is contained in:
Chris PeBenito 2024-04-23 08:58:03 -04:00
parent 0f7a1235a1
commit da847de630
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ setup(name='setools',
'setoolsgui.widgets.models', 'setoolsgui.widgets.views'],
scripts=['apol', 'sediff', 'seinfo', 'seinfoflow', 'sesearch', 'sedta', 'sechecker'],
data_files=installed_data,
package_data={'': ['*.html'],
package_data={'': ['*.css', '*.html'],
'setools': ['perm_map', 'policyrep.pyi', 'py.typed']},
ext_modules=cythonize(ext_py_mods, include_path=['setools/policyrep'],
annotate=cython_annotate,