Skip to content

Commit e3983e0

Browse files
author
Oleksandr Anyshchenko
committed
Modify setup.py file before publish
1 parent 7a0ed8c commit e3983e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
setuptools.setup(
1313
name="exonum-python-client",
1414
version="1.0.0",
15-
author="The Exonum team",
15+
author="The Exonum Team",
1616
author_email="[email protected]",
1717
description="Exonum Python Light Client",
1818
long_description=LONG_DESCRIPTION,
@@ -23,6 +23,7 @@
2323
"exonum_client.proofs",
2424
"exonum_client.proofs.map_proof",
2525
"exonum_client.proofs.list_proof",
26+
"exonum_client.protobuf_provider"
2627
],
2728
install_requires=INSTALL_REQUIRES,
2829
python_requires=PYTHON_REQUIRES,

0 commit comments

Comments
 (0)