Added package info to __init__.py
It's as simple as the title! Open the Python interpreter by typing python in the terminal, then you can run these functions to get the data back:
>>> import spotifycl
>>> spotifycl.__author__
'Huck Dirksmeier'
>>> spotifycl.__version__
'1.3.2'
>>> spotifycl.__license__
'MIT'