Skip to content

Commit

Permalink
Wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
malthe committed May 23, 2023
1 parent 6b69184 commit db20de9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit db20de9

Please sign in to comment.