-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
36 lines (33 loc) · 1.04 KB
/
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
[project]
name = "arclet-alconna-cli"
version = "0.3.1"
description = "Simple Cli Tool For Alconna"
authors = [
{name = "RF-Tar-Railt", email = "[email protected]"},
]
dependencies = ["cli-lite~=0.3.0", "nepattern>=0.3.0"]
requires-python = ">=3.8"
readme = "README.md"
license = {text = "MIT"}
keywords = ["alconna", "cli", "arclet", "commandline"]
classifiers = [
"Development Status :: 4 - Beta",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]
[project.urls]
Homepage = "https://github.com/ArcletProject/Alconna-CLI"
Documentation = "https://arcletproject.github.io/docs/alconna/tutorial"
"Bug Reports" = "https://github.com/ArcletProject/Alconna/issues"
Source = "https://github.com/ArcletProject/Alconna"
[project.scripts]
alconna = "arclet.alconna_cli.__init__:alc_cli.main"
[build-system]
requires = ["pdm-pep517>=1.0.0"]
build-backend = "pdm.pep517.api"
[tool]
[tool.pdm]
[tool.pdm.build]
includes = ["arclet"]