summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_manifest.py
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-03-28 13:37:48 +0200
committerMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-04-03 21:13:18 +0200
commit749b97499ea36d9a7660ed73db622837ae64c57d (patch)
tree9977674e4e05be8718f5f5fff998f09c95895ed0 /setuptools/tests/test_manifest.py
parent03ad13c97fc47b4773c49fa486f7f9b3349b7e56 (diff)
downloadpython-setuptools-git-749b97499ea36d9a7660ed73db622837ae64c57d.tar.gz
license_files - Add support for glob patterns + add default patterns
Diffstat (limited to 'setuptools/tests/test_manifest.py')
-rw-r--r--setuptools/tests/test_manifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/tests/test_manifest.py b/setuptools/tests/test_manifest.py
index 82bdb9c6..589cefb2 100644
--- a/setuptools/tests/test_manifest.py
+++ b/setuptools/tests/test_manifest.py
@@ -55,6 +55,7 @@ def touch(filename):
default_files = frozenset(map(make_local_path, [
'README.rst',
'MANIFEST.in',
+ 'LICENSE',
'setup.py',
'app.egg-info/PKG-INFO',
'app.egg-info/SOURCES.txt',