mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-28 04:53:41 +03:00
commit
6eb534b714
5
setup.py
5
setup.py
|
@ -352,7 +352,7 @@ class pil_build_ext(build_ext):
|
||||||
's390x': ["/usr/lib64", "/usr/lib/s390x-linux-gnu"],
|
's390x': ["/usr/lib64", "/usr/lib/s390x-linux-gnu"],
|
||||||
's390': ["/usr/lib/s390-linux-gnu"],
|
's390': ["/usr/lib/s390-linux-gnu"],
|
||||||
}
|
}
|
||||||
|
|
||||||
for platform_ in arch_tp:
|
for platform_ in arch_tp:
|
||||||
dirs = libdirs.get(platform_, None)
|
dirs = libdirs.get(platform_, None)
|
||||||
if not platform_:
|
if not platform_:
|
||||||
|
@ -360,7 +360,7 @@ class pil_build_ext(build_ext):
|
||||||
for path in dirs:
|
for path in dirs:
|
||||||
_add_directory(library_dirs, path)
|
_add_directory(library_dirs, path)
|
||||||
break
|
break
|
||||||
|
|
||||||
else:
|
else:
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
"Unable to identify Linux platform: `%s`" % platform_)
|
"Unable to identify Linux platform: `%s`" % platform_)
|
||||||
|
@ -763,6 +763,7 @@ try:
|
||||||
"Topic :: Multimedia :: Graphics :: Capture :: Screen Capture",
|
"Topic :: Multimedia :: Graphics :: Capture :: Screen Capture",
|
||||||
"Topic :: Multimedia :: Graphics :: Graphics Conversion",
|
"Topic :: Multimedia :: Graphics :: Graphics Conversion",
|
||||||
"Topic :: Multimedia :: Graphics :: Viewers",
|
"Topic :: Multimedia :: Graphics :: Viewers",
|
||||||
|
"License :: Other/Proprietary License",
|
||||||
"Programming Language :: Python :: 2",
|
"Programming Language :: Python :: 2",
|
||||||
"Programming Language :: Python :: 2.7",
|
"Programming Language :: Python :: 2.7",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user