Initial Commit
This commit is contained in:
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[project]
|
||||
name = "postinstall"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"pyalpm>=0.10.12",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"ipython>=9.13.0",
|
||||
"pudb>=2025.1.5",
|
||||
"pytest>=9.0.3",
|
||||
]
|
||||
Reference in New Issue
Block a user