Skip to content

Commit

Permalink
add py.typed file so mypy knows we're typed
Browse files Browse the repository at this point in the history
  • Loading branch information
jeking3 committed Dec 29, 2021
1 parent 5482d01 commit e4c161e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file added boto3_post_conditions/py.typed
Empty file.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "boto3-post-conditions"
version = "0.1.0"
version = "0.2.0"
description = "Remove retry logic from boto3 clients by enforcing post-conditions."
readme = "README.md"
repository = "https://github.com/jeking3/boto3-post-conditions/"
keywords = ["boto3", "aws", "eventual consistency", "retry"]
authors = ["James E. King III <jking@apache.org>"]
license = "Apache-2.0"
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit e4c161e

Please sign in to comment.