forked from yihong0618/MiService
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (32 loc) · 847 Bytes
/
pyproject.toml
File metadata and controls
36 lines (32 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[project]
name = "miservice_fork"
version = "2.9.3"
description = "XiaoMi Cloud Service fork from https://github.com/Yonsm/MiService"
authors = [
{name = "yihong0618", email = "zouzou0208@gmail.com"},
{name = "Yonsm, yihong0618", email = "Yonsm@qq.com, zouzou0208@gmail.com"},
]
dependencies = [
"setuptools>=78.1.1",
"aiohttp",
"mutagen",
"rich",
"fake-useragent>=2.2.0",
]
requires-python = ">=3.8"
readme = "README.md"
license = {text = "MIT"}
classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
]
[project.urls]
Homepage = "https://github.com/yihong0618/MiService"
[project.scripts]
micli = "miservice.cli:micli"
[tool.pdm]
distribution = true
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"