diff --git a/README.md b/README.md index 972b4b0..b7c5fef 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Type annotations and code completion for [boto3](https://pypi.org/project/boto3/) package. This package is a part of [mypy_boto3_builder](https://github.com/youtype/mypy_boto3_builder) project. -[![Publish botocore-stubs](https://github.com/youtype/botocore-stubs/actions/workflows/publish_on_update.yml/badge.svg)](https://github.com/youtype/botocore-stubs/actions/workflows/publish_on_update.yml) +[![Publish boto3-stubs-lite](https://github.com/youtype/boto3-stubs/actions/workflows/publish_on_update.yml/badge.svg)](https://github.com/youtype/boto3-stubs/actions/workflows/publish_on_update.yml) - [boto3-stubs](#boto3-stubs) - [Installation](#installation) @@ -30,10 +30,10 @@ Use [mypy](https://github.com/python/mypy) or [pyright](https://github.com/micro ## Versioning -`boto3-stubs` version is the same as related `boto3` version and follows +`boto3-stubs` and `boto3-stubs-lite` versions are the same as related `boto3` version and follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format. ## Support and contributing Please reports any bugs or request new features in -[boto3-stubs](https://github.com/youtype/boto3-stubs/issues/) repository. +[mypy_boto3_builder](https://github.com/youtype/mypy_boto3_builder/issues) repository. diff --git a/pyproject.toml b/pyproject.toml index ca61783..dc3ee77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,8 +52,8 @@ dev-dependencies = [ Homepage = "https://github.com/youtype/boto3-stubs" Documentation = "https://youtype.github.io/mypy_boto3_builder/" Repository = "https://github.com/youtype/boto3-stubs" -Changelog = "https://github.com/youtype/boto3-stubs/releases" -Issues = "https://github.com/youtype/boto3-stubs/issues" +Changelog = "https://github.com/youtype/mypy_boto3_builder/releases" +Issues = "https://github.com/youtype/mypy_boto3_builder/issues" [build-system] requires = ['setuptools']