Skip to content

Commit

Permalink
feat: add py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Pajot authored and gpajot committed Sep 20, 2022
1 parent 67913be commit 86242a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[tool.poetry]
name = "zenconfig"
version = "1.1.0"
version = "1.1.1"
description = "Simple configuration loader for python."
authors = ["Gabriel Pajot <gab@les-cactus.co>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/gpajot/zen-config"
include = ["zenconfig/py.typed"]

[tool.poetry.dependencies]
python = ">=3.7,<3.11"
Expand Down
Empty file added zenconfig/py.typed
Empty file.

0 comments on commit 86242a1

Please sign in to comment.