From 069adb00759cc76896a677894de988130bcf5b64 Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Fri, 1 Feb 2013 20:12:35 +0000 Subject: [PATCH] rename BUILD to DEV_NOTES.txt to avoid name clash on case-insensitive file systems. put LICENSE back to LICENSE.txt --- BUILD => DEV_NOTES.txt | 0 LICENSE => LICENSE.txt | 0 MANIFEST | 3 ++- MANIFEST.in | 2 +- setup.py | 2 +- 5 files changed, 4 insertions(+), 3 deletions(-) rename BUILD => DEV_NOTES.txt (100%) rename LICENSE => LICENSE.txt (100%) diff --git a/BUILD b/DEV_NOTES.txt similarity index 100% rename from BUILD rename to DEV_NOTES.txt diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/MANIFEST b/MANIFEST index 237a6153..965e1d73 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,4 +1,4 @@ -LICENSE +LICENSE.txt README setup.cfg setup.py @@ -56,6 +56,7 @@ docs/day-gap-showing.png docs/daytemp_with_avg.png docs/debian.htm docs/ferrites.jpg +docs/installing.htm docs/linux.htm docs/logo-apple.png docs/logo-centos.png diff --git a/MANIFEST.in b/MANIFEST.in index 4c18c59d..b5f27219 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ recursive-include docs *.css *.htm *.js *.png *.jpg *.txt recursive-include util * recursive-include skins * -include LICENSE +include LICENSE.txt include README include weewx.conf diff --git a/setup.py b/setup.py index ea5c877b..2c7cb06f 100755 --- a/setup.py +++ b/setup.py @@ -410,7 +410,7 @@ setup(name='weewx', 'bin/weewxd.py', 'bin/runreports.py'], data_files = [('', - ['LICENSE', + ['LICENSE.txt', 'README', 'weewx.conf']), ('docs',