Changeset 777
- Timestamp:
- 12/14/06 13:00:11 (2 years ago)
- Files:
-
- pypdf/trunk/setup.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pypdf/trunk/setup.py
r760 r777 10 10 - merging documents page by page, 11 11 - cropping pages, 12 - merging multiple pages into a single page. 12 - merging multiple pages into a single page, 13 - encrypting and decrypting PDF files. 13 14 14 15 By being Pure-Python, it should run on any Python platform without any … … 20 21 setup( 21 22 name="pyPdf", 22 version="1. 7",23 version="1.8", 23 24 description="PDF toolkit", 24 25 long_description=long_description, … … 26 27 author_email="mfenniak@pobox.com", 27 28 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", 29 30 classifiers = [ 30 31 "Development Status :: 4 - Beta",
