Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mika committed Aug 10, 2024
1 parent 2ef3fc8 commit 588f35b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

setuptools.setup(
name="pdfy",
version="1.2.0",
version="1.2.1",
author="Mika Hämäläinen",
author_email="mika@rootroo.com",
author_email="mika@flyforpoints.com",
description="A library for converting HTML files into PDF. The tool uses Chrome to render the HTML and print it into a pdf file.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/mikahama/pdfy",
packages=setuptools.find_packages(),
install_requires=[
'selenium'
'selenium', 'PyChromeDevTools'
],
classifiers=(
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 588f35b

Please sign in to comment.