Skip to content

Commit

Permalink
Include stubs to wheel, fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
vklachkov committed Nov 25, 2024
1 parent 0ad1188 commit 2105974
Show file tree
Hide file tree
Showing 11 changed files with 518 additions and 213 deletions.
209 changes: 0 additions & 209 deletions breaked-chainql/address/__init__.pyi

This file was deleted.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ name = "chainql"
requires-python = ">=3.10"
classifiers = []
dynamic = ["version"]
dependencies = [
"pdoc==15.0.0"
]

[tool.maturin]
python-source = "python"
features = ["pyo3/extension-module"]
5 changes: 5 additions & 0 deletions python/chainql/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from .chainql import *

__doc__ = chainql.__doc__
if hasattr(chainql, "__all__"):
__all__ = chainql.__all__
Loading

0 comments on commit 2105974

Please sign in to comment.