-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (25 loc) · 887 Bytes
/
Copy pathpyproject.toml
File metadata and controls
28 lines (25 loc) · 887 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
[project]
name = "easyclone"
version = "1.3.0"
description = "Very convenient Rclone bulk backup wrapper"
keywords = ["backup", "sync", "google", "drive", "easyclone"]
authors = [
{ name = "Ahmet Arda Kavakcı", email = "ahmetardakavakci@gmail.com" },
]
maintainers = [
{ name = "Ahmet Arda Kavakcı", email = "ahmetardakavakci@gmail.com" },
]
readme = "README.md"
license = "GPL-3.0-or-later"
requires-python = ">=3.13"
dependencies = ["pydantic>=2.11.5", "toml>=0.10.2", "typer>=0.16.0"]
[project.scripts]
easyclone = "easyclone.main:app"
[project.urls]
Repository = "https://github.com/dybdeskarphet/easyclone"
Documentation = "https://github.com/dybdeskarphet/easyclone"
Issues = "https://github.com/dybdeskarphet/easyclone/issues"
Changelog = "https://github.com/dybdeskarphet/easyclone/blob/main/CHANGELOG.md"
[tool.basedpyright]
reportAny = false
reportExplicitAny = false