From db20de95421d3e27f84fb8f6d43466e8c598aff3 Mon Sep 17 00:00:00 2001 From: Malthe Borch Date: Tue, 23 May 2023 09:20:59 +0200 Subject: [PATCH] Wrap --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6099bb7..73d5d03 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,10 @@ def read(fname): description = "Thread-based interface to file system observation primitives.", long_description = "\n\n".join((read('README.rst'), read('CHANGES.rst'))), license = "BSD", - data_files = [("", ["LICENSE.txt", "CHANGES.rst"])], + data_files = [("", [ + "LICENSE.txt", + "CHANGES.rst" + ])], author = "Malthe Borch", author_email = "mborch@gmail.com", url = 'https://github.com/malthe/macfsevents',