mirror of
https://github.com/novoid/filetags.git
synced 2026-02-16 14:04:14 +00:00
pyproject.toml after migration from poetry to uv
This commit is contained in:
parent
e0a2135877
commit
699055b813
1 changed files with 5 additions and 18 deletions
|
|
@ -14,6 +14,11 @@ classifiers=[
|
|||
]
|
||||
authors = [{name="Karl Voit", email="tools@Karl-Voit.at"}]
|
||||
license = {file = "LICENSE.txt"}
|
||||
dependencies = [
|
||||
"clint>=0.5.1",
|
||||
"colorama>=0.4.6",
|
||||
"pyreadline3>=3.5.4",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/novoid/filetags"
|
||||
|
|
@ -23,21 +28,3 @@ Issues = "https://github.com/novoid/filetags/issues"
|
|||
[project.scripts]
|
||||
filetags="filetags:main"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
filetags="filetags:main"
|
||||
|
||||
[tool.poetry]
|
||||
name = "filetags"
|
||||
authors = ["Karl Voit <tools@Karl-Voit.at>"]
|
||||
license = "GPL v3"
|
||||
readme = "README.org"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
clint = "^0.5.1"
|
||||
colorama = "^0.4.6"
|
||||
pyreadline3 = "^3.4.1"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
|
|||
Loading…
Reference in a new issue