release: v0.3.0

parent b2eeabd8
[project] [project]
name = "altrepo" name = "altrepo"
version = "0.2.0" version = "0.3.0"
description = "Async client for ALT Linux repository services (rdb API, packages parser, AppStream)" description = "Async client for ALT Linux repository services (rdb API, packages parser, AppStream, Taskoteka)"
authors = [ authors = [
{name = "Kirill Unitsaev",email = "fiersik@altlinux.org"} {name = "Kirill Unitsaev",email = "fiersik@altlinux.org"}
] ]
...@@ -22,6 +22,12 @@ repository = "https://gitlab.eterfund.ru/fiersik/python3-module-altrepo" ...@@ -22,6 +22,12 @@ repository = "https://gitlab.eterfund.ru/fiersik/python3-module-altrepo"
[tool.poetry] [tool.poetry]
packages = [{include = "altrepo"}] packages = [{include = "altrepo"}]
[dependency-groups]
dev = [
"pytest>=9.0",
"pytest-asyncio>=1.0",
]
[build-system] [build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"] requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api" 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