Skip to content

Commit

Permalink
tweak config to try for a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmazza committed May 29, 2024
1 parent ad9e3f7 commit b086539
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[metadata]
description-file = README.md
description_file = README.md
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
url="https://github.com/tremendous-rewards/tremendous-python",
Expand Down

0 comments on commit b086539

Please sign in to comment.