Add initial version

This commit is contained in:
2026-03-04 19:35:55 +02:00
commit b282cef697
7 changed files with 362 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[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"