changeset 1351:457bd56e750e

another try at including html Ignore-this: 456a7c2b6570a00251014288e8925251 darcs-hash:995c073c94e05c052b55d9b3a82b4829f080e286
author drewp <drewp@bigasterisk.com>
date Thu, 25 Apr 2019 23:33:06 -0700
parents 9ecb04b1bb6d
children 0688330fda7d
files lib/homeauto_anynode/MANIFEST.in lib/homeauto_anynode/setup.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/homeauto_anynode/MANIFEST.in	Thu Apr 25 23:15:25 2019 -0700
+++ b/lib/homeauto_anynode/MANIFEST.in	Thu Apr 25 23:33:06 2019 -0700
@@ -1,1 +1,1 @@
-recursive-include static *
+include static/*
\ No newline at end of file
--- a/lib/homeauto_anynode/setup.py	Thu Apr 25 23:15:25 2019 -0700
+++ b/lib/homeauto_anynode/setup.py	Thu Apr 25 23:33:06 2019 -0700
@@ -5,7 +5,7 @@
     version='0.3.0',
     packages=['homeauto_anynode'],
     package_dir={'homeauto_anynode': ''},
-    url='https://projects.bigasterisk.com/homeauto_anynode/homeauto_anynode-0.3.0.tar.gz',
+    url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.3.0.tar.gz',
     author='Drew Perttula',
     author_email='drewp@bigasterisk.com',
 )