Skip to content

Commit

Permalink
Merge pull request #6 from schireson/dc/add-typing
Browse files Browse the repository at this point in the history
fix: Add missing py.typed.
  • Loading branch information
DanCardin committed Jan 11, 2022
2 parents 49b0583 + 9a0bf53 commit ce3ee4b
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,6 +1,6 @@
[tool.poetry]
name = "configly"
version = "0.3.0"
version = "0.3.1"
description = ""
authors = ["Dan Cardin <ddcardin@gmail.com>", "Omar Khan <oakhan3@gmail.com>"]
license = "MIT"
Expand All @@ -12,6 +12,7 @@ packages = [
readme = 'README.md'
include = [
"*.md",
"py.typed",
]

[tool.poetry.dependencies]
Expand Down
Empty file added src/configly/py.typed
Empty file.

0 comments on commit ce3ee4b

Please sign in to comment.