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"