Files
random-file-picker/pyproject.toml
T
2026-03-04 19:35:55 +02:00

17 lines
354 B
TOML

[project]
name = "random-file-picker"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"requests>=2.32.5",
]
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project.scripts]
pick-random-file = "random_file_picker.cli:main"