Browse Source

[deps] added HTML template to dependencies

Maxime Alves LIRMM@home 3 years ago
parent
commit
e41361bbf3
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      setup.py

+ 3
- 1
setup.py View File

@@ -185,7 +185,9 @@ setup(
185 185
     # If there are data files included in your packages that need to be
186 186
     # installed, specify them here.
187 187
     package_data={  # Optional
188
-        'db': ['db/pyheatpump.sql'],
188
+        'pyheatpump': [
189
+            'index.html',
190
+        ],
189 191
     },
190 192
 
191 193
     # Although 'package_data' is the preferred approach, in some case you may

Loading…
Cancel
Save