From: Neil Muller <drnlmuller+debian@gmail.com>
Date: Wed, 16 Dec 2020 12:26:59 +0200
Subject: Remove LICENSE.txt from the list of installed files

Upstream added this to include the license in generated artifacts,
but we have debian/copyright.

Patch-Name: 0005-Remove-LICENSE-install
Forwarded: not-needed
---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index 3709faf..fe029f5 100755
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,6 @@ setup(name='FormEncode',
       author_email='ianb@colorstudy.com',
       url='http://formencode.org',
       license='MIT',
-      data_files = [("", ["LICENSE.txt"])],
       zip_safe=False,
       packages=find_packages(),
       include_package_data=True,
