Browse Source

setup files

Thomas Hanika 3 years ago
parent
commit
ef2bc839e1
2 changed files with 3 additions and 0 deletions
  1. 2 0
      MANIFEST.in
  2. 1 0
      setup.py

+ 2 - 0
MANIFEST.in

@@ -1,2 +1,4 @@
 include README.md
 include LICENCE.txt
+recursive-include ycast/templates *
+recursive-include ycast/static *

+ 1 - 0
setup.py

@@ -13,6 +13,7 @@ setup(
     description='Self hosted vTuner internet radio service emulation',
     long_description=long_description,
     long_description_content_type="text/markdown",
+    include_package_data=True,
     url='https://github.com/milaq/YCast',
     license='GPLv3',
     classifiers=[