Add initial version
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user