release: ncmlyrics 0.1.0a1

This commit is contained in:
Puqns67 2024-09-26 21:10:14 +08:00
parent 1a87359b8a
commit 26fb63d939
Signed by: Puqns67
GPG Key ID: 9669DF042554F536
2 changed files with 14 additions and 1 deletions

View File

@ -14,6 +14,19 @@ requires-python = ">=3.12"
readme = "README.md"
license = { text = "GPL-3.0-or-later" }
dynamic = ["version"]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
"Development Status :: 1 - Planning",
"Environment :: Console",
"Natural Language :: Chinese (Simplified)",
]
[project.urls]
Homepage = "https://github.com/Puqns67/ncmlyrics"
Issues = "https://github.com/Puqns67/ncmlyrics/issues"
[build-system]
requires = ["hatchling"]

View File

@ -2,7 +2,7 @@ from httpx import URL
from platformdirs import PlatformDirs
APP_NAME = "ncmlyrics"
APP_VERSION = "0.1.0"
APP_VERSION = "0.1.0a1"
NCM_API_BASE_URL = URL("https://interface.music.163.com/api")