Description: SetuptoolsDeprecationWarning
 The license_file parameter is deprecated, use license_files instead.

Index: secure-cookie-0.2.0/setup.cfg
===================================================================
--- secure-cookie-0.2.0.orig/setup.cfg
+++ secure-cookie-0.2.0/setup.cfg
@@ -9,7 +9,7 @@ project_urls =
 maintainer = Pallets
 maintainer_email = contact@palletsprojects.com
 license = BSD-3-Clause
-license_file = LICENSE.rst
+license_files = LICENSE.rst
 description = Secure cookie and session interface for WSGI applications.
 long_description = file:README.rst
 long_description_content_type = text/x-rst
