Corrected scripts path

This commit is contained in:
Andrew Murray 2015-09-07 19:24:39 +10:00
parent adb531bc7f
commit 545154a61f

View File

@ -751,7 +751,7 @@ setup(
ext_modules=[Extension("PIL._imaging", ["_imaging.c"])], ext_modules=[Extension("PIL._imaging", ["_imaging.c"])],
include_package_data=True, include_package_data=True,
packages=find_packages(), packages=find_packages(),
scripts=glob.glob("Scripts/pil*.py"), scripts=glob.glob("Scripts/*.py"),
test_suite='nose.collector', test_suite='nose.collector',
keywords=["Imaging", ], keywords=["Imaging", ],
license='Standard PIL License', license='Standard PIL License',