|
6 | 6 | long_description = """ |
7 | 7 | A Pure-Python library built as a PDF toolkit. It is capable of: |
8 | 8 | |
9 | | -- extracting document information (title, author, ...), |
10 | | -- splitting documents page by page, |
11 | | -- merging documents page by page, |
12 | | -- cropping pages, |
13 | | -- merging multiple pages into a single page, |
14 | | -- encrypting and decrypting PDF files. |
| 9 | +- extracting document information (title, author, ...) |
| 10 | +- splitting documents page by page |
| 11 | +- merging documents page by page |
| 12 | +- cropping pages |
| 13 | +- merging multiple pages into a single page |
| 14 | +- encrypting and decrypting PDF files |
| 15 | +- and more! |
15 | 16 |
|
16 | 17 | By being Pure-Python, it should run on any Python platform without any |
17 | 18 | dependencies on external libraries. It can also work entirely on StringIO |
|
38 | 39 | maintainer="Phaseit, Inc.", |
39 | 40 | maintainer_email="PyPDF2@phaseit.net", |
40 | 41 | url="http://mstamy2.github.com/PyPDF2", |
41 | | - download_url="http://github.com/mstamy2/PyPDF2/tarball/master", |
42 | 42 | classifiers = [ |
43 | 43 | "Development Status :: 5 - Production/Stable", |
44 | 44 | "Intended Audience :: Developers", |
|
0 commit comments