Skip to content

Commit

Permalink
1.0.0 pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayy001 committed Dec 8, 2024
1 parent d90c8f3 commit 4566faf
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[tool.poetry]
name = "codexctl"
version = "1.0.0"
description = "Automated update managment for the ReMarkable tablet"
authors = ["Jayy001 <github@skii.dev>"]
license = "GPLv3"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
paramiko = "3.4.1"
psutil = "6.0.0"
requests = "2.31.0"
loguru = "0.7.2"
remarkable-update-image = { version = "1.1.3", markers = "sys_platform != 'linux'" }
remarkable-update-fuse = { version = "1.1.2", markers = "sys_platform == 'linux'" }

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
codexctl = "codexctl.__main__:main"
cxtl = "codexctl.__main__:main"

0 comments on commit 4566faf

Please sign in to comment.