Make sure __version__ is defined (fix #380)

This commit is contained in:
Simon Conseil
2020-01-04 00:42:57 -03:00
parent 376fb46dc6
commit c6b427d882

View File

@@ -40,7 +40,7 @@ try:
__version__ = get_distribution(__name__).version
except DistributionNotFound:
# package is not installed
pass
__version__ = None
__url__ = 'https://github.com/saimn/sigal'