Skip to content

Commit

Permalink
Merge pull request #5 from eshanp32/release-v1
Browse files Browse the repository at this point in the history
setup fix for release
  • Loading branch information
eshanp32 authored Dec 12, 2023
2 parents 4acaf86 + e719aed commit 0d44784
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

from setuptools import setup, find_packages

with open('README.md', 'r', encoding='utf-8') as fh:
long_description = fh.read()

setup(
name="uwudu",
version="1.0.0",
description="your cli todo list manager (U w U)",
long_description=long_description,
long_description_content_type='text/markdown',
packages=find_packages(),
include_package_data=True,
install_requires=["click", "prettytable"],
Expand Down

0 comments on commit 0d44784

Please sign in to comment.