Skip to content

Commit a9d4221

Browse files
committed
Fix setup script
1 parent 8b73652 commit a9d4221

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@
1818
long_description=LONG_DESCRIPTION,
1919
long_description_content_type="text/markdown",
2020
url="https://github.com/exonum/exonum-python-client",
21-
packages=["exonum_client"],
21+
packages=[
22+
"exonum_client",
23+
"exonum_client.proofs",
24+
"exonum_client.proofs.map_proof",
25+
"exonum_client.proofs.list_proof",
26+
],
2227
install_requires=INSTALL_REQUIRES,
2328
python_requires=PYTHON_REQUIRES,
2429
classifiers=[

0 commit comments

Comments
 (0)