Update setup.py

This commit is contained in:
こうから
2021-07-18 07:32:26 +09:00
committed by GitHub
parent 8695356639
commit 4909f16474

View File

@@ -2,7 +2,7 @@ import setuptools
setuptools.setup(
name="librespot",
version="0.0.1-SNAPSHOT",
version="0.0.1",
description="Open Source Spotify Client",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",