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:
5168a4a
)
Update setup.py
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Thu, 16 Apr 2020 09:28:25 +0000
(11:28 +0200)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Thu, 16 Apr 2020 09:28:25 +0000
(11:28 +0200)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index ec3231fdd83a359f81ef613f686d08ed477f1684..145fdd8d28f263f30945faa8c8499d15926d6aad 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-31,6
+31,9
@@
setup(
python_requires=">=3.7",
include_package_data=True,
install_requires=INSTALL_REQUIRES,
+ package_data={
+ 'music_assistant': PACKAGE_FILES,
+ },
zip_safe=False,
classifiers=[
"Development Status :: 4 - Beta",