# HG changeset patch # User drewp@bigasterisk.com # Date 1556260570 25200 # Node ID 5b98e0da8e33564dd37b2dd791e237e1f2b1ff72 # Parent fa893c9ac9817df9dd1025b34c308d3df6483b85 include_package_data=True to try to get html files installed Ignore-this: 1c6c6a951ebd17cf463516dc79e374d0 diff -r fa893c9ac981 -r 5b98e0da8e33 lib/homeauto_anynode/MANIFEST.in --- 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/* diff -r fa893c9ac981 -r 5b98e0da8e33 lib/homeauto_anynode/setup.py --- 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',