Migrate to pyproject config
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -1,14 +1,3 @@
|
||||
"""simple-message-channels module."""
|
||||
|
||||
from simple_message_channels.smc import SimpleMessageChannel # noqa
|
||||
|
||||
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