summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-12-09 02:47:49 -0800
committerAlex Grönholm <alex.gronholm@nextday.fi>2018-12-09 12:47:49 +0200
commitf82cd1809a956a1ea8923b6f74b4c625928cb734 (patch)
tree27562c9af4bc9407e37e0ea13c33c67718230ecf /tests
parent11584b78a56b4eedba4eedc55c9dac8aa2dd7070 (diff)
downloadwheel-git-f82cd1809a956a1ea8923b6f74b4c625928cb734.tar.gz
Correct default license file 'LICENCE.txt' (#279)
Before it mistakenly duplicated 'LICENSE.txt'.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_bdist_wheel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_bdist_wheel.py b/tests/test_bdist_wheel.py
index a6970d5..959dfa0 100644
--- a/tests/test_bdist_wheel.py
+++ b/tests/test_bdist_wheel.py
@@ -14,7 +14,7 @@ DEFAULT_FILES = {
'dummy_dist-1.0.dist-info/RECORD'
}
DEFAULT_LICENSE_FILES = {
- 'LICENSE', 'LICENSE.txt', 'LICENCE', 'LICENSE.txt', 'COPYING',
+ 'LICENSE', 'LICENSE.txt', 'LICENCE', 'LICENCE.txt', 'COPYING',
'COPYING.md', 'NOTICE', 'NOTICE.rst', 'AUTHORS', 'AUTHORS.txt'
}