Skip to content

Commit 22c48b9

Browse files
committed
Fix
1 parent b1e01db commit 22c48b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Topic :: System :: Distributed Computing",
2020
],
2121
description = "Bitcoin SPV implementation in Python",
22-
packages = ["pyspv", "pyspv.monitors"],
22+
packages = ["pyspv", "pyspv.monitors", "pyspv.payments"],
2323
requires = ['bitarray (>=0.8.1)'],
2424
version = '0.0.1',
2525
long_description = open('README.md').read(),

0 commit comments

Comments
 (0)