Skip to content

Commit

Permalink
Merge pull request #12 from stefanofusai/docs-update-description
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofusai authored Oct 1, 2024
2 parents 978d2ab + 538f141 commit 0e626b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# scrapy-redis-httpcache

A simple package to cache Scrapy responses in Redis.
Cache Scrapy responses with Redis.

## Installation

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"

[project]
name = "scrapy-redis-httpcache"
version = "1.1.0"
version = "1.1.1"
authors = [{ "name" = "Stefano Fusai", "email" = "[email protected]" }]
description = "A simple package to cache Scrapy responses in Redis"
description = "Cache Scrapy responses with Redis."
readme = "README.md"
requires-python = ">=3.12"
dependencies = ["redis", "scrapy"]
Expand Down

0 comments on commit 0e626b5

Please sign in to comment.