Skip to content

Commit 2f87f68

Browse files
committed
Expose application and application.config packages
1 parent 17260aa commit 2f87f68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
def _setup_packages() -> List:
4040
default_packages = [
4141
"service_oriented",
42+
"service_oriented.application",
43+
"service_oriented.application.config",
4244
]
4345
return find_packages(
4446
".",

0 commit comments

Comments
 (0)