Add caching and revalidation
This commit is contained in:
parent
29b929010b
commit
81311d90c0
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -6,14 +6,14 @@ with open("README.md", "r") as fh:
|
|||
long_description = fh.read()
|
||||
|
||||
setup(
|
||||
name='ycast',
|
||||
name='ycast-cache',
|
||||
version=ycast.__version__,
|
||||
author='milaq',
|
||||
author_email='micha.laqua@gmail.com',
|
||||
description='Self hosted vTuner internet radio service emulation',
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url='https://github.com/milaq/YCast',
|
||||
url='https://github.com/milaq/YCast-Cache',
|
||||
license='GPLv3',
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
|
|
Loading…
Add table
Reference in a new issue