Mercurial > code > home > repos > homeauto
changeset 1353:0ba7a78dcd4a
include_package_data=True to try to get html files installed
Ignore-this: 1c6c6a951ebd17cf463516dc79e374d0
darcs-hash:86652ad8a37f9286f7f22003b259ca1fcb2d309b
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 25 Apr 2019 23:36:10 -0700 |
parents | 0688330fda7d |
children | 8729ae91bd1d |
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',