Skip to content

Commit 4478b33

Browse files
AchmadFathonimrjbq7
authored andcommitted
Add script to generate abstract.pyi
Usage: `$ python tools/generate_abstract_stub.py > talib/abstract.pyi`
1 parent b603e28 commit 4478b33

File tree

3 files changed

+2354
-1
lines changed

3 files changed

+2354
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ requires-python = '>=3.9'
4141

4242
[tool.setuptools]
4343
packages = ["talib"]
44-
package-data = {"talib" = ["_ta_lib.pyi", "py.typed"]}
44+
package-data = {"talib" = ["_ta_lib.pyi", "py.typed", "abstract.pyi"]}

0 commit comments

Comments
 (0)