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:
aa6b2ce
)
Update setup.py
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Mon, 11 Apr 2022 10:12:21 +0000
(12:12 +0200)
committer
GitHub
<noreply@github.com>
Mon, 11 Apr 2022 10:12:21 +0000
(12:12 +0200)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 58ee26bd1f8b0966dd4296269da1fa444855ec74..1fe9fb054ae3e9cb92aa3fa4e7157225dd159410 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.
rst
"
+README_FILE = PROJECT_DIR / "README.
md
"
REQUIREMENTS_FILE = PROJECT_DIR / "requirements.txt"
PACKAGES = find_packages(exclude=["tests", "tests.*"])
PACKAGE_FILES = []