forked from JustAnyone/random-file-picker
20 lines
426 B
TOML
20 lines
426 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"
|
|
|
|
[tool.uv.extra-build-dependencies]
|
|
random-file-picker = ["setuptools"]
|