__title__ = 'pyfcm'
__summary__ = 'Python client for FCM - Firebase Cloud Messaging (Android, iOS and Web)'
__url__ = 'https://github.com/olucurious/pyfcm'

__version__ = '1.5.4'

__author__ = 'Emmanuel Adegbite'
__email__ = 'olucurious@gmail.com'

__license__ = 'MIT License'
