Skip to content

Commit 3d86589

Browse files
committed
Add "mqttwarn-contrib" package to the list of "extra" dependencies
By doing this, the package will also be installed into the "mqttwarn-full" Docker image, thus making operating mqttwarn with custom extensions on Docker-compatible environments way easier.
1 parent e7a385c commit 3d86589

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ in progress
1111
- Add launch configuration for VSCode. Thanks, David!
1212
- Use STDERR as default log target
1313
- Stop including the "tests" folder into the sdist package
14+
- Add "mqttwarn-contrib" package to the list of "extra" dependencies
1415

1516

1617
2021-06-18 0.25.0

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@
113113
'slixmpp': [
114114
'slixmpp>=1.5.2',
115115
],
116+
# More notification plugins from the community.
117+
# https://github.com/daq-tools/mqttwarn-contrib
118+
'contrib': [
119+
'mqttwarn-contrib',
120+
],
116121
}
117122

118123

0 commit comments

Comments
 (0)