Move all content in bdk-python subdirectory

This commit is contained in:
thunderbiscuit
2022-11-10 12:57:38 -05:00
parent 2a97218991
commit 413ca8bdeb
53 changed files with 2775 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
[build-system]
requires = ["setuptools", "wheel", "setuptools-rust"]
[tool.pytest.ini_options]
pythonpath = [
"."
]