Skip to content

Commit bf862bc

Browse files
committed
compliant with pep-0561
1 parent ae98e7b commit bf862bc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

functions_wrapper/py.typed

Whitespace-only changes.

setup.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ classifiers =
2020
[options]
2121
packages = functions_wrapper
2222
python_requires = >=3.6
23+
include-package-data = True
2324

2425
[options.packages.find]
25-
where = functions_wrapper
26+
where = functions_wrapper
27+
28+
[options.package_data]
29+
mypackage = py.typed

0 commit comments

Comments
 (0)