Skip to content

Commit 9b3b422

Browse files
authored
[Fix 1.0.4] Adding utils as a submodule (#622)
1 parent 443f412 commit 9b3b422

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
@@ -271,7 +271,8 @@ def run(self):
271271
'azure_functions_worker.protos',
272272
'azure_functions_worker.protos.identity',
273273
'azure_functions_worker.protos.shared',
274-
'azure_functions_worker.bindings'],
274+
'azure_functions_worker.bindings',
275+
'azure_functions_worker.utils'],
275276
install_requires=[
276277
'grpcio==1.26.0',
277278
'grpcio-tools==1.26.0',

0 commit comments

Comments
 (0)