Update setup.py

This commit is contained in:
こうから 2021-07-18 07:32:26 +09:00 committed by GitHub
parent 8695356639
commit 4909f16474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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",