Skip to content

Commit ba8fef3

Browse files
committed
chore: avoid __init__.py conflict file by updating plenum
Signed-off-by: Kim Ebert <[email protected]>
1 parent 993b237 commit ba8fef3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,11 @@
5151
'': ['*.txt', '*.md', '*.rst', '*.json', '*.conf', '*.html',
5252
'*.css', '*.ico', '*.png', 'LICENSE', 'LEGAL', '*.indy']},
5353
include_package_data=True,
54-
exclude_package_data={'data':'__init__.py'},
5554
data_files=[(
5655
(BASE_DIR, ['data/nssm_original.exe'])
5756
)],
5857

59-
install_requires=['indicio-indy-plenum==1.13.2-rc12',
58+
install_requires=['indicio-indy-plenum==1.13.2-rc13',
6059
# importlib-metadata needs to be pinned to 3.10.1 because from v4.0.0 the package
6160
# name ends in python3-importlib-metadata_0.0.0_amd64.deb
6261
# see also build-scripts/ubuntu-2004/build-3rd-parties.sh

0 commit comments

Comments
 (0)