[project]
name = "playlist-duplication"
version = "0.1.0"
description = "Duplicate playlists from one playlist to another"
requires-python = ">=3.12"
dependencies = [
    "streamlit>=1.31.0"
]

[tool.streamline]
runtime = "streamlit"
type = "demo"
display_name = "Playlist Duplicator"
description = "Duplicate playlists from one playlist to another"
emoji = "🚀"

[tool.hatch.build.targets.wheel]
packages = ["."]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
