Skip to content

Commit

Permalink
Updated setup.py for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kairavkkp committed Oct 5, 2020
1 parent 2881605 commit c64f1ed
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="mergemypdf",
version="0.1.0",
version="0.1.1",
author="kairavkkp",
author_email="kairavpithadia13@gmail.com",
description="Merge Images and PDFs using CLI with customizations.",
Expand All @@ -16,15 +16,15 @@
url="https://github.com/kairavkkp/Merge-PDF",
packages=setuptools.find_packages(),
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: MIT License",
"Operating System :: Unix",
],
keywords="Merge-pdf PDF-CLI merge pdf merge-pdf-local offline-merge pdf-merge jpg-pdf-merge image-pdf-merge png-jpg-merge-pdf",
keywords="Merge-pdf PDF-CLI merge pdf merge-pdf-local offline-merge pdf-merge jpg-pdf-merge image-pdf-merge png-jpg-merge-pdf encrypted-pdf password-protected protected-pdf",

entry_points={
"console_scripts": ['mergemypdf = merge_pdf.merge_pdf:main'],
Expand All @@ -35,6 +35,5 @@
'img2pdf==0.4.0',
'Pillow==7.2.0',
'PyMuPDF==1.17.7'

],
)

0 comments on commit c64f1ed

Please sign in to comment.