8 lines
179 B
TOML
8 lines
179 B
TOML
[project]
|
|
name = "video-to-gif"
|
|
version = "1.0.0"
|
|
description = "Use ffmpeg and gifski to make GIFs from videos"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = []
|