Updated setup script for pypi
This commit is contained in:
5
setup.py
5
setup.py
@ -1,8 +1,13 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
|
with open("README.md", "r") as fh:
|
||||||
|
long_description = fh.read()
|
||||||
|
|
||||||
setup(name="miniplayer",
|
setup(name="miniplayer",
|
||||||
version="1.0",
|
version="1.0",
|
||||||
description="An mpd client with album art and basic functionality written for use with the kitty terminal.",
|
description="An mpd client with album art and basic functionality written for use with the kitty terminal.",
|
||||||
|
long_description=long_description,
|
||||||
|
long_description_content_type="text/markdown",
|
||||||
url="https://github.com/GuardKenzie/miniplayer",
|
url="https://github.com/GuardKenzie/miniplayer",
|
||||||
author="Tristan Ferrua",
|
author="Tristan Ferrua",
|
||||||
author_email="tristanferrua@gmail.com",
|
author_email="tristanferrua@gmail.com",
|
||||||
|
Reference in New Issue
Block a user