Skip to content

Added package info to __init__.py

Choose a tag to compare

@Huckdirks Huckdirks released this 01 Nov 00:59
· 3 commits to main since this release

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'