Show
Ignore:
Timestamp:
02/14/19 09:46:15 (5 years ago)
Author:
jerome
Message:

Clarified dependency wrt PIL/Pillow.
Updated copyright years.
Regenerated manual page.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/setup.py

    r3573 r3578  
    44# pkpgcounter : a generic Page Description Language parser 
    55# 
    6 # (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> 
     6# (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 
    77# This program is free software: you can redistribute it and/or modify 
    88# it under the terms of the GNU General Public License as published by 
     
    3636    from PIL import Image 
    3737except ImportError : 
    38     sys.stderr.write("You need the Python Imaging Library (aka PIL).\nYou can grab it from http://www.pythonware.com\n") 
     38    sys.stderr.write("You need the Python Imaging Library (either PIL or Pillow).\n") 
    3939    sys.exit(-1) 
    4040