diff --git a/setup.py b/setup.py index 808ec728a..99cff1a26 100644 --- a/setup.py +++ b/setup.py @@ -769,7 +769,7 @@ try: ext_modules=[Extension("PIL._imaging", ["_imaging.c"])], include_package_data=True, packages=find_packages(), - scripts=glob.glob("Scripts/*.py"), + scripts=glob.glob("Scripts/pil*.py"), test_suite='nose.collector', keywords=["Imaging", ], license='Standard PIL License',