Skip to content

Commit

Permalink
adding py.typed (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
omry committed Dec 31, 2019
1 parent 41cef9a commit 69857c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added omegaconf/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,5 @@ def read(*parts):
"coverage": ["coveralls"],
"lint": ["pytest", "black", "flake8", "mypy", "isort"],
},
package_data={"omegaconf": ["py.typed"]},
)

0 comments on commit 69857c1

Please sign in to comment.