release: ncmlyrics 0.1.0a1
This commit is contained in:
parent
1a87359b8a
commit
26fb63d939
@ -14,6 +14,19 @@ requires-python = ">=3.12"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = { text = "GPL-3.0-or-later" }
|
license = { text = "GPL-3.0-or-later" }
|
||||||
dynamic = ["version"]
|
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]
|
[build-system]
|
||||||
requires = ["hatchling"]
|
requires = ["hatchling"]
|
||||||
|
@ -2,7 +2,7 @@ from httpx import URL
|
|||||||
from platformdirs import PlatformDirs
|
from platformdirs import PlatformDirs
|
||||||
|
|
||||||
APP_NAME = "ncmlyrics"
|
APP_NAME = "ncmlyrics"
|
||||||
APP_VERSION = "0.1.0"
|
APP_VERSION = "0.1.0a1"
|
||||||
|
|
||||||
NCM_API_BASE_URL = URL("https://interface.music.163.com/api")
|
NCM_API_BASE_URL = URL("https://interface.music.163.com/api")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user