changeset 550:5b98e0da8e33

include_package_data=True to try to get html files installed Ignore-this: 1c6c6a951ebd17cf463516dc79e374d0
author drewp@bigasterisk.com
date Thu, 25 Apr 2019 23:36:10 -0700
parents fa893c9ac981
children 1faebc897c77
files lib/homeauto_anynode/MANIFEST.in lib/homeauto_anynode/setup.py
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/homeauto_anynode/MANIFEST.in	Thu Apr 25 23:33:35 2019 -0700
+++ b/lib/homeauto_anynode/MANIFEST.in	Thu Apr 25 23:36:10 2019 -0700
@@ -1,1 +1,1 @@
-include static/*
\ No newline at end of file
+include static/*
--- a/lib/homeauto_anynode/setup.py	Thu Apr 25 23:33:35 2019 -0700
+++ b/lib/homeauto_anynode/setup.py	Thu Apr 25 23:36:10 2019 -0700
@@ -5,6 +5,7 @@
     version='0.4.0',
     packages=['homeauto_anynode'],
     package_dir={'homeauto_anynode': ''},
+    include_package_data=True,
     url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.4.0.tar.gz',
     author='Drew Perttula',
     author_email='drewp@bigasterisk.com',