-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
36 lines (31 loc) · 914 Bytes
/
pyproject.toml
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
[tool.poetry]
name = "undead-players"
version = "0.1.1"
description = "Dead players will become zombies that protect the contents of the player's inventory."
authors = ["Lue <[email protected]>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/Luexa/spectral-necrosis"
repository = "https://github.com/Luexa/spectral-necrosis"
classifiers = [
"Private :: Do Not Publish"
]
[tool.poetry.dependencies]
python = "^3.9"
PyYAML = "^5.4.1"
[tool.poetry.dev-dependencies]
black = { version = "^21.12b0", allow-prereleases = true }
beet = "^0.50.3"
lectern = "^0.18.2"
mecha = "^0.34.0"
lepsen_core = { version = "^0.2.0rc1", allow-prereleases = true }
[tool.beet]
output = "build"
extend = ["beet-project.yaml"]
[[tool.beet.pipeline]]
output = "build"
extend = ["beet-project.yaml"]
data_pack.zipped = true
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"