9 lines
177 B
TOML
9 lines
177 B
TOML
[project]
|
|
name = "bw-print"
|
|
version = "0.1.0"
|
|
description = "Create a Markdown of all your bitwarden entries"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
]
|