-
Notifications
You must be signed in to change notification settings - Fork 5
/
pyproject.toml
26 lines (24 loc) · 1.02 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
[project]
name="jigsawwm"
version="2.2.0"
authors=[
{ name="Klesh Wong", email="[email protected]" },
]
description = "JigsawWM is a free and open-source project that aims to increase your productivity by offering a set of automation facilities, including the jmk module as an AHK alternative, a Tiling Window Manager to free you from managing windows manually and the Daemon to support any customization you may have in mind."
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Operating System :: Unix",
"Operating System :: MacOS",
"Operating System :: POSIX :: BSD",
]
dynamic = ["dependencies"]
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
[project.urls]
"Documentation" = "https://jigsawwm.readthedocs.io/en/latest/"
"Source Code" = "https://github.com/klesh/JigsawWM"
"Issue Tracker" = "https://github.com/klesh/JigsawWM/issues"