From 67952674fcb8712766158822a58313ce0f018c80 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Wed, 23 Dec 2020 09:12:12 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f218f33c..8db38b6b 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ PROJECT_URLS = { "Discord": "https://discord.gg/9xHYFY", } PROJECT_DIR = Path(__file__).parent.resolve() -README_FILE = PROJECT_DIR / "README.md" +README_FILE = PROJECT_DIR / "README.rst" PACKAGES = find_packages(exclude=["tests", "tests.*"]) PACKAGE_FILES = [] for (path, directories, filenames) in os.walk("music_assistant/"): -- 2.34.1