Skip to content

Commit

Permalink
try to fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Jul 12, 2023
1 parent 1fb6cff commit d824b85
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
'description': 'Kuwo music provider for FeelUOwn music player',
'long_description': "# Kuwo music provider for FeelUOwn player\n\n## Installation\n\n### Arch Linux\n`pacman -S feeluown-kuwo`\n\n### Install from pypi\n`pip install --user feeluown-kuwo`\n\n### Install with pip\n`pip install --user .`\n\n## Development with poetry\n`poetry install` to create venv and start development.\n`poetry run pre-commit install` to setup git pre-commit hooks.\n`poetry run poetry2setup > setup.py` before commit.\n\n## Run tests\n`pytest -v`\n\ntest_kuwo_api.py -- Kuwo API tests\n\n## Changelog\n\n### v0.2.0 (2023-07-13)\n* 修复 API 不可用的问题\n* 适配 feeluown v2 model,废弃 v1 models\n\n### v0.1.6 (2022-06-08)\n* 修复获取歌曲/mv播放链接有一定概率会失败的问题\n\n### v0.1.5 (2021-11-06)\n* 处理 html 字符实体\n\n### v0.1.4 (2021-05-27)\n* 处理 html 字符实体\n\n### v0.1.3 (2021-04-23)\n* 加了个图标\n* 支持网页登录\n* 支持加载个人收藏的播放列表\n\n### v0.1.2 (2020-10-18)\n* 使用 SequentialReader\n\n### v0.1.1 (2020-06-05)\n* fix the issue that fuo-kuwo can't be installed without install_requries\n\n### v0.1 (2020-06-05)\n* support fetching song/artist/album/playlist detail\n* support searching\n",
'author': 'feeluown team',
'author_email': 'None',
'maintainer': 'None',
'maintainer_email': 'None',
'url': 'https://github.com/feeluown/feeluown-kuwo',
'packages': packages,
'package_data': package_data,
Expand Down

0 comments on commit d824b85

Please sign in to comment.