Skip to content

Commit 1594db8

Browse files
committed
Exclude example data from PyPI distributions
1 parent 1cd5403 commit 1594db8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
prune blocks
2+
prune result

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ Homepage = "https://github.com/ragestack/blockchain-parser"
2121

2222
[project.scripts]
2323
blockchain-scalpel = "blockchain_scalpel.cli:main"
24+
25+
[tool.setuptools]
26+
packages = ["blockchain_scalpel"]

0 commit comments

Comments
 (0)