Skip to content

Commit

Permalink
chore(pyproject): Update project description
Browse files Browse the repository at this point in the history
This commit updates the project description in the pyproject.toml file.
The description now reflects that Simple Cache is designed to simplify caching
operations using providers instead of specifically mentioning Deta Base.
This change aims to provide a more generic and flexible description of the
project's functionality.
  • Loading branch information
AdaiasMagdiel committed Mar 19, 2024
1 parent 68b1ad0 commit 56668fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "mgdl-simple-cache"
dynamic = ["version"]
description = "Simple Cache is a lightweight cache manager designed to simplify caching operations using Deta Base. It offers a convenient way to store and retrieve cached data efficiently in Python applications."
description = "Simple Cache is a lightweight cache manager designed to simplify caching operations using providers. It offers a convenient way to store and retrieve cached data efficiently in Python applications."
readme = "README.md"
authors = [
{ name = "Adaías Magdiel", email = "eu@adaiasmagdiel.com" }
Expand Down

0 comments on commit 56668fc

Please sign in to comment.