diff --git a/README.md b/README.md index 50f15d8..ef24ecc 100644 --- a/README.md +++ b/README.md @@ -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 @@ -70,6 +70,6 @@ DOWNLOADER_MIDDLEWARES = { ```shell git clone -cd scrapy-kit +cd spider-tool-kie poetry install ``` diff --git a/mkdocs.yml b/mkdocs.yml index 3762135..70a7005 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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] diff --git a/pyproject.toml b/pyproject.toml index f57148f..7b3c88c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]