[gi-docgen] build: Add missing file glob to the package data



commit fe757eec4752af648765a1ec887ec5a8fae67b52
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Apr 15 13:35:08 2021 +0100

    build: Add missing file glob to the package data

 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/setup.py b/setup.py
index 5e18941..9a38aa6 100644
--- a/setup.py
+++ b/setup.py
@@ -46,8 +46,9 @@ package_data = {
     'gidocgen': [
         "templates/basic/basic.toml",
         "templates/basic/*.css",
-        "templates/basic/*.js",
         "templates/basic/*.html",
+        "templates/basic/*.js",
+        "templates/basic/*.png",
         "templates/basic/*.woff2",
         "templates/basic/*.woff",
     ],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]