From 17392c42d77c8817c71b1fbfd23dea4985a27dba Mon Sep 17 00:00:00 2001 From: Drew H Date: Thu, 7 Nov 2019 14:18:48 -0700 Subject: [PATCH] Remove duplicate license parameter --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 15d68ab..1a78702 100755 --- a/setup.py +++ b/setup.py @@ -107,7 +107,6 @@ def should_compile_ext_mod(): description='Linux filesystem events monitoring', author='Sebastien Martini', author_email='seb@dbzteam.org', - license='MIT License', platforms='Linux', classifiers=classif, url='http://github.com/seb-m/pyinotify',