Changeset 777

Show
Ignore:
Timestamp:
12/14/06 13:00:11 (2 years ago)
Author:
mfenniak
Message:

update setup.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pypdf/trunk/setup.py

    r760 r777  
    1010- merging documents page by page, 
    1111- cropping pages, 
    12 - merging multiple pages into a single page. 
     12- merging multiple pages into a single page, 
     13- encrypting and decrypting PDF files. 
    1314 
    1415By being Pure-Python, it should run on any Python platform without any 
     
    2021setup( 
    2122        name="pyPdf", 
    22         version="1.7", 
     23        version="1.8", 
    2324        description="PDF toolkit", 
    2425        long_description=long_description, 
     
    2627        author_email="mfenniak@pobox.com", 
    2728        url="http://pybrary.net/pyPdf/", 
    28         download_url="http://pybrary.net/pyPdf/pyPdf-1.7.tar.gz", 
     29        download_url="http://pybrary.net/pyPdf/pyPdf-1.8.tar.gz", 
    2930        classifiers = [ 
    3031            "Development Status :: 4 - Beta",