Skip to content

Commit 069adb0

Browse files
author
Matthew Wall
committed
rename BUILD to DEV_NOTES.txt to avoid name clash on case-insensitive file systems. put LICENSE back to LICENSE.txt
1 parent cf5ac5d commit 069adb0

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

BUILD DEV_NOTES.txt

File renamed without changes.

LICENSE LICENSE.txt

File renamed without changes.

MANIFEST

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LICENSE
1+
LICENSE.txt
22
README
33
setup.cfg
44
setup.py
@@ -56,6 +56,7 @@ docs/day-gap-showing.png
5656
docs/daytemp_with_avg.png
5757
docs/debian.htm
5858
docs/ferrites.jpg
59+
docs/installing.htm
5960
docs/linux.htm
6061
docs/logo-apple.png
6162
docs/logo-centos.png

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
recursive-include docs *.css *.htm *.js *.png *.jpg *.txt
22
recursive-include util *
33
recursive-include skins *
4-
include LICENSE
4+
include LICENSE.txt
55
include README
66
include weewx.conf

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def backup(filepath):
410410
'bin/weewxd.py',
411411
'bin/runreports.py'],
412412
data_files = [('',
413-
['LICENSE',
413+
['LICENSE.txt',
414414
'README',
415415
'weewx.conf']),
416416
('docs',

0 commit comments

Comments
 (0)