-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (32 loc) · 1001 Bytes
/
pyproject.toml
File metadata and controls
35 lines (32 loc) · 1001 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
[build-system]
requires = ["pdm-pep517>=1.0.0"]
build-backend = "pdm.pep517.api"
[project]
name = "unwind"
version = "0.4.0"
description = "A simple solution to analysis and extract information from traceback."
authors = [
{name = "RF-Tar-Railt",email = "rf_tar_railt@qq.com"}
]
dependencies = []
requires-python = ">=3.8"
readme = "README.md"
license = {text = "MIT"}
keywords = ["traceback", "exception", "crash-report"]
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]
[project.urls]
Homepage = "https://github.com/GraiaCommunity/Unwind"
"Bug Reports" = "https://github.com/GraiaCommunity/Unwind/issues"
Source = "https://github.com/GraiaCommunity/Unwind"
[tool]
[tool.pdm]
[tool.pdm.build]
includes = ["unwind/"]