Skip to content

Commit 586cb89

Browse files
committed
Merge branch 'release/0.0.1'
2 parents 83bae57 + a9d6a6f commit 586cb89

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ jobs:
6363
strategy:
6464
matrix:
6565
py_version: ["3.7", "3.8", "3.9", "3.10"]
66-
os: [ubuntu-latest, windows-latest]
67-
runs-on: "${{ matrix.os }}"
66+
runs-on: "ubuntu-latest"
6867
steps:
6968
- uses: actions/checkout@v2
7069
- name: Set up Python

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ version = "0.0.1"
44
description = "RabbitMQ broker for taskiq"
55
authors = ["Pavel Kirilin <[email protected]>"]
66
readme = "README.md"
7+
classifiers = [
8+
"Framework :: Taskiq",
9+
"Programming Language :: Python",
10+
"Programming Language :: Python :: 3",
11+
"Programming Language :: Python :: 3 :: Only",
12+
"Programming Language :: Python :: 3.7",
13+
"Programming Language :: Python :: 3.8",
14+
"Programming Language :: Python :: 3.9",
15+
"Programming Language :: Python :: 3.10",
16+
]
17+
homepage = "https://github.com/taskiq-python/taskiq-aio-pika"
18+
repository = "https://github.com/taskiq-python/taskiq-aio-pika"
19+
keywords = ["taskiq", "tasks", "distributed", "async", "aio-pika"]
720

821
[tool.poetry.dependencies]
922
python = "^3.7"

0 commit comments

Comments
 (0)