Skip to content

Commit

Permalink
chore: maintainer transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoterryy committed Jan 14, 2019
1 parent 6b51e7d commit 01f58ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 01f58ee

Please sign in to comment.