Skip to content

Commit

Permalink
setup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanp32 committed Dec 12, 2023
1 parent bcbcb8a commit 8231c37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
name="uwudu",
version="1.0.0",
description="your cli todo list manager (U w U)",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
packages=find_packages(),
include_package_data=True,
install_requires=["click", "prettytable"],
Expand Down

0 comments on commit 8231c37

Please sign in to comment.