initial commit
This commit is contained in:
commit
b851e32ae1
1
.python-version
Normal file
1
.python-version
Normal file
@ -0,0 +1 @@
|
||||
voidshell
|
||||
18
pyproject.toml
Normal file
18
pyproject.toml
Normal 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"
|
||||
Loading…
x
Reference in New Issue
Block a user