-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b51e7d
commit 01f58ee
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ | |
|
||
setup( | ||
name='mkdocs-pdf-export-plugin', | ||
version='0.4.0', | ||
version='0.5.0', | ||
description='An MkDocs plugin to export content pages as PDF files', | ||
long_description='The pdf-export plugin will export all markdown pages in your MkDocs repository as PDF files' | ||
'using WeasyPrint. The exported documents support many advanced features missing in most other' | ||
'PDF exports, such as a PDF Index and support for CSS paged media module.', | ||
keywords='mkdocs pdf export weasyprint', | ||
url='https://github.com/shauser/mkdocs-pdf-export-plugin/', | ||
author='Stephan Hauser', | ||
author_email='[email protected]', | ||
url='https://github.com/zhaoterryy/mkdocs-pdf-export-plugin/', | ||
author='Terry Zhao', | ||
author_email='[email protected]', | ||
license='MIT', | ||
python_requires='>=3.4', | ||
install_requires=[ | ||
|