Skip to content

Commit 010b684

Browse files
add directive to include stub files (#313)
* add directive to include stub files * add manifest file * Fix missing stub --------- Co-authored-by: Dominastorm <dchawla228@gmail.com>
1 parent af12d9c commit 010b684

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ test = [
5050

5151
[tools.setuptools]
5252
packages = ["uptrain"]
53+
include-package-data = true
54+
55+
[tool.setuptools.package-data]
56+
"*" = ["*.pyi"]

0 commit comments

Comments
 (0)