initial commit

This commit is contained in:
Ezri Brimhall 2024-11-14 15:20:56 -07:00
commit b851e32ae1
Signed by: ezri
GPG Key ID: 058A78E5680C6F24
2 changed files with 19 additions and 0 deletions

1
.python-version Normal file
View File

@ -0,0 +1 @@
voidshell

18
pyproject.toml Normal file
View File

@ -0,0 +1,18 @@
[tool.poetry]
name = "voidshell"
version = "0.1.0"
description = "Custom desktop shell for tiling, workspace-based compositors"
authors = ["Ezri <ezri@ezri.dev>"]
license = "GPLv3.0"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
[tool.poetry.group.dev.dependencies]
ipython = "^8.29.0"
black = "^24.10.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"