Skip to content

Commit

Permalink
Add py.typed marker file for PEP-561 support
Browse files Browse the repository at this point in the history
  • Loading branch information
yar-kik committed Jan 3, 2023
1 parent 57c9e8a commit 1daf68f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file added app_properties/py.typed
Empty file.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
name="conjector",
version=version,
author="Yaroslav Kikvadze",
author_email="yaroslav.k@simporter.com",
author_email="yaroslav.kikvadze@gmail.com",
description="Config injector for Python",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -32,4 +32,5 @@
"toml": ["toml>=0.10.0"],
"json": ["ujson>=5.0.0"],
},
package_data={"app_properties": ["py.typed"]},
)

0 comments on commit 1daf68f

Please sign in to comment.