comparison setup.cfg @ 1:d0832175b1b2 upstream

ADD: the original upstream of pdfautonup v1.12.1
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 16 Sep 2025 13:39:50 +0200
parents
children 29d009dbab57
comparison
equal deleted inserted replaced
-1:000000000000 1:d0832175b1b2
1 [metadata]
2 name = pdfautonup
3 version = 1.12.1
4 author = Louis Paternault
5 author_email = spalax@gresille.org
6 license = AGPLv3 or any later version
7 description = Convert PDF files to 'n-up' PDF files, guessing the output layout.
8 keywords = pdf nup
9 url = http://framagit.org/spalax/pdfautonup
10 project_urls =
11 Documentation = http://pdfautonup.readthedocs.io
12 Source = https://framagit.org/spalax/pdfautonup
13 Tracker = https://framagit.org/spalax/pdfautonup/issues
14 long_description = file: README.rst
15 long_description_content_type = text/x-rst
16 classifiers =
17 Development Status :: 5 - Production/Stable
18 Environment :: Console
19 License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
20 Intended Audience :: End Users/Desktop
21 Intended Audience :: Education
22 Operating System :: OS Independent
23 Programming Language :: Python
24 Programming Language :: Python :: 3
25 Programming Language :: Python :: 3.10
26 Programming Language :: Python :: 3.11
27 Programming Language :: Python :: 3.12
28 Programming Language :: Python :: 3.13
29 Programming Language :: Python :: 3.14
30 Topic :: Printing
31
32 [options]
33 packages = find:
34 zip_safe = True
35 include_package_data = True
36 python_requires = >=3.10, <4
37 install_requires =
38 pypdf>=3.4.0
39 papersize>=1.2.0
40
41 [options.extras_require]
42 pymupdf =
43 PyMuPDF>=1.23.6
44
45 [bdist_wheel]
46 python_tag = py3
47
48 [options.entry_points]
49 console_scripts =
50 pdfautonup = pdfautonup.__main__:main
51
52 [egg_info]
53 tag_build =
54 tag_date = 0
55