-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (32 loc) · 993 Bytes
/
pyproject.toml
File metadata and controls
39 lines (32 loc) · 993 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
37
38
39
[project]
name = "funinstall"
version = "1.0.89"
description = "funinstall 快速安装一些开发工具"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [ "funsecret>=1.4.64", "funserver>=1.0.59", "funshell>=1.0.5", "nltlog>=1.0.14", "requests",]
[[project.authors]]
name = "牛哥"
email = "niuliangtao@qq.com"
[[project.authors]]
name = "farfarfun"
email = "farfarfun@qq.com"
[[project.maintainers]]
name = "牛哥"
email = "niuliangtao@qq.com"
[[project.maintainers]]
name = "farfarfun"
email = "farfarfun@qq.com"
[project.urls]
Organization = "https://github.com/farfarfun"
Repository = "https://github.com/farfarfun/funinstall"
Releases = "https://github.com/farfarfun/funinstall/releases"
[project.scripts]
funinstall = "funinstall.command:funinstall"
funonehub = "funinstall.install.onehub:funonehub"
funmcphub = "funinstall.install.mcphub:funmcphub"
funnewapi = "funinstall.install.newapi:funnewapi"
[tool.setuptools]
license-files = []
[tool.uv]
package = true