We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd5403 commit 1594db8Copy full SHA for 1594db8
MANIFEST.in
@@ -0,0 +1,2 @@
1
+prune blocks
2
+prune result
pyproject.toml
@@ -21,3 +21,6 @@ Homepage = "https://github.com/ragestack/blockchain-parser"
21
22
[project.scripts]
23
blockchain-scalpel = "blockchain_scalpel.cli:main"
24
+
25
+[tool.setuptools]
26
+packages = ["blockchain_scalpel"]
0 commit comments