setup files
This commit is contained in:
parent
61ef7734a4
commit
ef2bc839e1
2 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
|||
include README.md
|
||||
include LICENCE.txt
|
||||
recursive-include ycast/templates *
|
||||
recursive-include ycast/static *
|
1
setup.py
1
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=[
|
||||
|
|
Loading…
Add table
Reference in a new issue