mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 09:44:31 +03:00
parent
e7bd48fa5e
commit
a78b713d88
2
setup.py
2
setup.py
|
@ -680,7 +680,7 @@ setup(
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
scripts=glob.glob("Scripts/pil*.py"),
|
scripts=glob.glob("Scripts/pil*.py"),
|
||||||
test_suite='test.helper.TestSuite',
|
test_suite='PIL.tests',
|
||||||
keywords=["Imaging",],
|
keywords=["Imaging",],
|
||||||
license='Standard PIL License',
|
license='Standard PIL License',
|
||||||
zip_safe=True,
|
zip_safe=True,
|
||||||
|
|
|
@ -308,6 +308,3 @@ def lena(mode="RGB", cache={}):
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# _setup()
|
# _setup()
|
||||||
|
|
||||||
TestLoader = unittest.TestLoader()
|
|
||||||
TestSuite = TestLoader.discover(start_dir='.')
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user