-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (34 loc) · 833 Bytes
/
Copy pathpyproject.toml
File metadata and controls
38 lines (34 loc) · 833 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
[project]
name = "pluGET"
version = "1.8.2"
authors = [
{ name = "Neocky" }
]
description = "A powerful package manager that updates plugins and server software for Minecraft servers."
readme = "README.md"
license = "Apache-2.0"
license-files = ["LICENSE"]
requires-python = ">=3.10"
dependencies = [
"requests>=2.25.1",
"paramiko<3.0.0",
"pysftp>=0.2.9",
"rich>=9.13.0",
"ruamel-yaml>=0.17.21"
]
[project.optional-dependencies]
dev = [
"mypy>=1.0.0",
"black>=23.0.0",
"flake8>=6.0.0",
"types-requests>=2.28.0",
"types-paramiko>=3.0.0"
]
[project.urls]
Repository = "https://github.com/Neocky/pluGET"
Issues = "https://github.com/Neocky/pluGET/issues"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/pluget"]