release: v0.3.0

parent b2eeabd8
[project]
name = "altrepo"
version = "0.2.0"
description = "Async client for ALT Linux repository services (rdb API, packages parser, AppStream)"
version = "0.3.0"
description = "Async client for ALT Linux repository services (rdb API, packages parser, AppStream, Taskoteka)"
authors = [
{name = "Kirill Unitsaev",email = "fiersik@altlinux.org"}
]
......@@ -22,6 +22,12 @@ repository = "https://gitlab.eterfund.ru/fiersik/python3-module-altrepo"
[tool.poetry]
packages = [{include = "altrepo"}]
[dependency-groups]
dev = [
"pytest>=9.0",
"pytest-asyncio>=1.0",
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment