Update setup.py
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Wed, 23 Dec 2020 08:12:12 +0000 (09:12 +0100)
committerGitHub <noreply@github.com>
Wed, 23 Dec 2020 08:12:12 +0000 (09:12 +0100)
setup.py

index f218f33c0cbf0fb6e76c4985b6125de1716b58ce..8db38b6b392c70d579888305648040ba520fae0c 100644 (file)
--- 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/"):