Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Aug 30, 2024
1 parent 0143b76 commit 1450beb
Show file tree
Hide file tree
Showing 2 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
Expand Up @@ -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)
Expand All @@ -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.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 1450beb

Please sign in to comment.