mirror of
https://tilde.club/~comet/git/musefetch.git
synced 2026-01-23 23:40:18 +00:00
Initial Commit
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[project]
|
||||
name = "musefetch"
|
||||
version = "0.1.0"
|
||||
description = "A simple music fetch tool based off of songfetch"
|
||||
authors = [{ name = "Shravan Mandava", email = "shravan@mandava8.com" }]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = ["term-image (>=0.7.2,<0.8.0)", "dbus-python (>=1.4.0,<2.0.0)"]
|
||||
|
||||
[dependency-groups]
|
||||
dev = ["black (>=25.12.0,<26.0.0)"]
|
||||
|
||||
[project.scripts]
|
||||
musefetch = "musefetch.__main__:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user