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

Loading…
Cancel
Save