diff --git a/pyproject.toml b/pyproject.toml index 46c1bf0..490d1f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "tremendous" version = "3.0.0" -long_description="" +long_description="Python API client for Tremendous" description = "Python API client for Tremendous" authors = ["API Support "] license = "MIT" diff --git a/setup.cfg b/setup.cfg index b88034e..08aedd7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [metadata] -description-file = README.md +description_file = README.md diff --git a/setup.py b/setup.py index b9e6dfc..a20461f 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ name="tremendous-python", version=data["__version__"], description="Python API client for Tremendous", - long_description="", + long_description="Python API client for Tremendous", author="Tremendous", author_email="developers@tremendous.com", url="https://github.com/tremendous-rewards/tremendous-python",