This commit is contained in:
Mike Gilbert 2016-12-13 20:05:48 +00:00 committed by GitHub
commit 56059c8e3d
9 changed files with 1 additions and 1 deletions

View File

@ -770,7 +770,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',