Skip to content

Commit da847de

Browse files
committed
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>
1 parent 0f7a123 commit da847de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
'setoolsgui.widgets.models', 'setoolsgui.widgets.views'],
7676
scripts=['apol', 'sediff', 'seinfo', 'seinfoflow', 'sesearch', 'sedta', 'sechecker'],
7777
data_files=installed_data,
78-
package_data={'': ['*.html'],
78+
package_data={'': ['*.css', '*.html'],
7979
'setools': ['perm_map', 'policyrep.pyi', 'py.typed']},
8080
ext_modules=cythonize(ext_py_mods, include_path=['setools/policyrep'],
8181
annotate=cython_annotate,

0 commit comments

Comments
 (0)