Skip to content

Commit

Permalink
refactor(src): change repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-pony committed Nov 8, 2023
1 parent ac4d4dc commit ae21daa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# scrapy-kit
# spider-tool-kie

A library for scrapy tools, including but not limited to the usual pipelines, middlewares, etc.

## install

```shell
pip install scrapy-kit
pip install spider-tool-kie
```

## usage
Expand Down Expand Up @@ -70,6 +70,6 @@ DOWNLOADER_MIDDLEWARES = {

```shell
git clone
cd scrapy-kit
cd spider-tool-kie
poetry install
```
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: "scrapy_kit"
site_description: "scrapy kit"
repo_name: "scrapy-kit/scrapy_kit"
repo_name: "spider-tool-kie/scrapy_kit"
watch: [mkdocs.yml, README.md, scrapy_kit]


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://spider-tool-kit.readthedocs.io/en/latest/"
documentation = "https://spider-tool-kit.readthedocs.io/en/latest/"
repository = "https://github.com/ma-pony/spider-tool-kit"
license = "Apache-2.0"
keywords = ["spider", "scrapy", "scrapy-kit", "spider-kit", "spider-tools", "spider-tool-kit"]
keywords = ["spider", "scrapy", "spider-tool-kie", "spider-kit", "spider-tools", "spider-tool-kit"]


[tool.poetry.dependencies]
Expand Down

0 comments on commit ae21daa

Please sign in to comment.