This commit is contained in:
2025-12-18 23:43:53 +01:00
parent fb6b4806d0
commit d18f2803ec
8 changed files with 618 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "clipboard-link-cleaner"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pyperclip>=1.11.0",
"pyside6>=6.10.0",
]