Skip to content

Commit 49edbf8

Browse files
author
Jonas Dedden
committed
-r Add py.typed file; include it in wheel
1 parent d866388 commit 49edbf8

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

approval_utilities/py.typed

Whitespace-only changes.

approvaltests/py.typed

Whitespace-only changes.

setup.approval_utilities.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
url="https://github.com/approvals/ApprovalTests.Python",
1313
python_requires=">=3.8",
1414
packages=find_packages(include=["approval_utilities*"]),
15-
package_data={},
15+
package_data={"approval_utilities": ["py.typed"]},
1616
install_requires=[],
1717
# long_description=(get_parent_directory() / "README.md").read_text(),
1818
# long_description_content_type="text/markdown",

setup_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def do_the_setup(package_name, package_description, required, extra_requires):
3030
url="https://github.com/approvals/ApprovalTests.Python",
3131
python_requires=">=3.8",
3232
packages=find_packages(include=["approvaltests*"]),
33-
package_data={"approvaltests": ["reporters/reporters.json"]},
33+
package_data={"approvaltests": ["reporters/reporters.json", "py.typed"]},
3434
entry_points={
3535
"pytest11": [
3636
"approvaltests_pytest = approvaltests.integrations.pytest.pytest_plugin",

0 commit comments

Comments
 (0)