瀏覽代碼

setup files

Thomas Hanika 3 年之前
父節點
當前提交
ef2bc839e1
共有 2 個文件被更改,包括 3 次插入0 次删除
  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=[