diff --git a/setup.py b/setup.py index cbd0343..3e75c3d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ author='Dustin Oprea', author_email='myselfasunder@gmail.com', url='https://github.com/dsoprea/PyInotify', - license='GPL 2', + license='GPL-2.0-only', packages=setuptools.find_packages(exclude=['tests']), include_package_data=True, zip_safe=False,