jrnl/jrnl/__init__.py
2019-08-15 17:44:27 -07:00

9 lines
167 B
Python

#!/usr/bin/env python
# encoding: utf-8
import pkg_resources
dist = pkg_resources.get_distribution('jrnl')
__title__ = dist.project_name
__version__ = dist.version