18 lines
303 B
TOML
18 lines
303 B
TOML
[project]
|
|
name = "imup"
|
|
version = "0.1.1"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [ ]
|
|
|
|
[project.scripts]
|
|
imup = "imup:main"
|
|
|
|
[build-system]
|
|
requires = ["uv_build>=0.9.26,<0.10.0"]
|
|
build-backend = "uv_build"
|
|
|
|
[tool.ruff]
|
|
line-length = 110
|