Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Swarag-N committed Sep 22, 2020
1 parent 5d7b94a commit 4c45402
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="ppt2pdf", # Replace with your own username
version="0.0.2",
version="0.0.3",
author="Swarag Narayanasetty",
description="Converts PPT to PDF",
long_description=long_description,
Expand All @@ -22,7 +22,9 @@
py_modules=['ppt2pdf'],
install_requires=[
'click',
'comtypes'
'comtypes',
'pyfiglet',
'PyInquirer',
],
entry_points={
'console_scripts':[
Expand Down

0 comments on commit 4c45402

Please sign in to comment.