rename BUILD to DEV_NOTES.txt to avoid name clash on case-insensitive file systems. put LICENSE back to LICENSE.txt

This commit is contained in:
Matthew Wall
2013-02-01 20:12:35 +00:00
parent cf5ac5dd30
commit 069adb0075
5 changed files with 4 additions and 3 deletions

View File

View File

View File

@@ -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

View File

@@ -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

View File

@@ -410,7 +410,7 @@ setup(name='weewx',
'bin/weewxd.py',
'bin/runreports.py'],
data_files = [('',
['LICENSE',
['LICENSE.txt',
'README',
'weewx.conf']),
('docs',