@@ -765,12 +765,7 @@ def debug_build():
765765 url = 'http://python-pillow.org' ,
766766 classifiers = [
767767 "Development Status :: 6 - Mature" ,
768- "Topic :: Multimedia :: Graphics" ,
769- "Topic :: Multimedia :: Graphics :: Capture :: Digital Camera" ,
770- "Topic :: Multimedia :: Graphics :: Capture :: Screen Capture" ,
771- "Topic :: Multimedia :: Graphics :: Graphics Conversion" ,
772- "Topic :: Multimedia :: Graphics :: Viewers" ,
773- "License :: Other/Proprietary License" ,
768+ "License :: OSI Approved :: Historical Permission Notice and Disclaimer (HPND)" , # noqa: E501
774769 "Programming Language :: Python :: 2" ,
775770 "Programming Language :: Python :: 2.7" ,
776771 "Programming Language :: Python :: 3" ,
@@ -779,6 +774,11 @@ def debug_build():
779774 "Programming Language :: Python :: 3.7" ,
780775 "Programming Language :: Python :: Implementation :: CPython" ,
781776 "Programming Language :: Python :: Implementation :: PyPy" ,
777+ "Topic :: Multimedia :: Graphics" ,
778+ "Topic :: Multimedia :: Graphics :: Capture :: Digital Camera" ,
779+ "Topic :: Multimedia :: Graphics :: Capture :: Screen Capture" ,
780+ "Topic :: Multimedia :: Graphics :: Graphics Conversion" ,
781+ "Topic :: Multimedia :: Graphics :: Viewers" ,
782782 ],
783783 python_requires = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" ,
784784 cmdclass = {"build_ext" : pil_build_ext },
@@ -789,7 +789,6 @@ def debug_build():
789789 packages = ["PIL" ],
790790 package_dir = {'' : 'src' },
791791 keywords = ["Imaging" , ],
792- license = 'Standard PIL License' ,
793792 zip_safe = not (debug_build () or PLATFORM_MINGW ), )
794793except RequiredDependencyException as err :
795794 msg = """
0 commit comments