Skip to content

Commit 4660fb8

Browse files
author
FirstUnicorn
committed
chore(pypi): add package metadata and update GitHub URLs to renamed repo
1 parent 1fc2be9 commit 4660fb8

2 files changed

Lines changed: 29 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Eventing
22

33
[Documentation Status](https://python-eventing.readthedocs.io/en/latest/?badge=latest)
4-
[Tests](https://github.com/firstunicorn/python-eventing/actions)
4+
[Tests](https://github.com/firstunicorn/messagekit/actions)
55
[Python](https://www.python.org/downloads/)
66
[License](LICENSE)
77
[Code Style](https://github.com/astral-sh/ruff)
8-
[Validate Dependencies](https://github.com/firstunicorn/python-eventing/actions/workflows/validate-dependencies.yml)
8+
[Validate Dependencies](https://github.com/firstunicorn/messagekit/actions/workflows/validate-dependencies.yml)
99

1010
## Table of contents
1111

pyproject.toml

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,34 @@
22
name = "messagekit"
33
version = "0.1.0"
44
description = "Universal event infrastructure with transactional outbox and Kafka integration"
5-
authors = ["firstunicorn"]
5+
authors = ["GridFlow Team <vialogue@proton.me>"]
6+
license = "MIT"
67
readme = "README.md"
7-
homepage = "https://github.com/firstunicorn/python-eventing"
8-
repository = "https://github.com/firstunicorn/python-eventing"
8+
homepage = "https://github.com/firstunicorn/messagekit"
9+
repository = "https://github.com/firstunicorn/messagekit"
10+
documentation = "https://messagekit.readthedocs.io/en/latest/"
11+
keywords = [
12+
"eventing",
13+
"outbox",
14+
"kafka",
15+
"rabbitmq",
16+
"cdc",
17+
"microservices",
18+
"faststream",
19+
"transactional-outbox",
20+
]
21+
classifiers = [
22+
"Development Status :: 3 - Alpha",
23+
"Framework :: FastAPI",
24+
"Intended Audience :: Developers",
25+
"License :: OSI Approved :: MIT License",
26+
"Programming Language :: Python :: 3",
27+
"Programming Language :: Python :: 3.12",
28+
"Programming Language :: Python :: 3.13",
29+
"Topic :: Software Development :: Libraries",
30+
"Topic :: System :: Distributed Computing",
31+
"Typing :: Typed",
32+
]
933
packages = [{include = "messagekit", from = "src"}]
1034

1135
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)