Bootstrap SMC
This commit is contained in:
12
simple_message_channels/__init__.py
Normal file
12
simple_message_channels/__init__.py
Normal file
@ -0,0 +1,12 @@
|
||||
"""simple-message-channels module."""
|
||||
|
||||
try:
|
||||
import pkg_resources
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
|
||||
try:
|
||||
__version__ = pkg_resources.get_distribution('simple-message-channels').version
|
||||
except Exception:
|
||||
__version__ = 'unknown'
|
Reference in New Issue
Block a user