forked from Prayag2/konsave
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
19 lines (17 loc) · 746 Bytes
/
pyproject.toml
File metadata and controls
19 lines (17 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools>=61.0"]
[project]
authors = [{email = "EpicStuff@users.noreply.github.com", name = "EpicStuff"}]
classifiers = ["Operating System :: OS Independent", "Programming Language :: Python :: 3"]
dependencies = ["Send2Trash", "docopt-ng", "epicstuff", "taml"]
description = "A program that lets you sync your Plasma configuration to a synced folder. (Seafile, Nextcloud, etc.)"
name = "konsync"
readme = "README.md"
requires-python = ">=3.10"
version = "0.2.1"
[project.urls]
Homepage = "https://github.com/EpicStuff/konsync"
Issues = "https://github.com/EpicStuff/konsync/issues"
[project.entry-points.console_scripts]
konsync = "konsync.__main__:main"