projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4709275
)
Update setup.py
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Wed, 23 Dec 2020 08:12:12 +0000
(09:12 +0100)
committer
GitHub
<noreply@github.com>
Wed, 23 Dec 2020 08:12:12 +0000
(09:12 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/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/"):