From e8307d32cfc561ef487584fa952e1507500d508a Mon Sep 17 00:00:00 2001 From: Norman Rzepka Date: Wed, 16 Jun 2021 17:55:03 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 200a722..e08b810 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ author_email='me@evanfosmark.com', packages=['filelock','filelock.test'], url='https://github.com/dmfrey/FileLock', - license='LICENSE.txt', + license='BSD-3-Clause', description='File locking library', long_description=open('README.txt').read() )