changeset 548:4e12db1f93d4

another try at including html Ignore-this: 456a7c2b6570a00251014288e8925251
author drewp@bigasterisk.com
date Thu, 25 Apr 2019 23:33:06 -0700
parents 6d482537e4cc
children fa893c9ac981
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',
 )