-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
34 lines (30 loc) · 941 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[metadata]
name = mwpdfify
version = attr: src.__version__
author = aisuneko
author_email = [email protected]
maintainer = aisuneko
maintainer_email = [email protected]
description = Utility for batch downloading (certain) pages from MediaWiki sites as printable PDFs.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = wiki, MediaWiki, wikipedia, PDF, wkhtml2pdf, weasyprint, scraper
license = LGPLv3
url = https://github.com/aisuneko/mwpdfify
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Internet
[options]
packages = src
install_requires =
pdfkit
[options.extras_require]
PDF =
weasyprint
[options.entry_points]
console_scripts =
mwpdfify = src.mwpdfify:main