From ac5700d6d329f5f39087ff96aafaa04be2ab9e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=90=D0=BD?= =?UTF-8?q?=D1=84=D0=B8=D0=BC=D0=BE=D0=B2?= Date: Mon, 25 Sep 2023 15:40:43 +0300 Subject: [PATCH] feat: add info for project release --- README.md | 34 +--------------------------------- pyproject.toml | 33 +++++++++++++++++++++++++++++++-- 2 files changed, 32 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index a4d98cb..7399c44 100644 --- a/README.md +++ b/README.md @@ -9,36 +9,4 @@ Async Yandex Tracker Client based on aiohttp and pydantic (v2) - Working with issue relationships - Getting user information -# TBD - -## Issues - -- [ ] Перенести задачу в другую очередь -- [ ] Узнать количество задач -- [ ] Найти задачи -- [ ] Освободить ресурсы просмотра прокрутки -- [ ] Выполнить переход в статус -- [ ] Получить историю изменений задачи - -## Queues - automation - -- [ ] Создать автодействие -- [ ] Получить параметры автодействия -- [ ] Создать триггер -- [ ] Получить параметры триггера - -# TBD in a long run - -- Checklists -- Projects -- Comments -- Macros -- Internal links -- Attachments -- Tables of tasks -- Components -- Import -- Package operations -- Time scoring -- Issues fields -- Users +More info about work status here: https://github.com/danfimov/ya_tracker_client/milestone/1 diff --git a/pyproject.toml b/pyproject.toml index b3b318b..d962dcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,40 @@ [tool.poetry] name = "ya_tracker_client" -version = "0.1.0" +version = "0.0.1" description = "Async Yandex Tracker Client" -authors = ["Дмитрий Анфимов "] +authors = [ + "Дмитрий Анфимов ", +] +maintainers = [ + "Дмитрий Анфимов ", +] +keywords = [ + "Yandex", + "Tracker", + "API", + "async", +] +classifiers = [ + "Development Status :: 3 - Alpha", + "Intended Audience :: Developers", + "Framework :: AsyncIO", + "License :: OSI Approved :: MIT License", + "Programming Language :: Python", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: Implementation :: CPython", + "Topic :: Software Development :: Libraries :: Application Frameworks", + "Typing :: Typed", +] license = "MIT" readme = "README.md" packages = [{include = "ya_tracker_client"}] +repository = "https://github.com/danfimov/ya_tracker_client/" +exclude = [ + "examples/" +] + +[tool.poetry.urls] +"Bug Tracker" = "https://github.com/danfimov/ya_tracker_client/issues" [[tool.poetry.source]] name = "default-pypi"