Skip to content

Commit b826611

Browse files
committed
Update project classifiers
1 parent a65fd70 commit b826611

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Message-DB-py
1+
# message-db-py
22

3-
Message-DB-py is a Python interface to the MessageDB event store and message store, designed for easy integration into
4-
Python applications.
3+
`message-db-py` is a Python interface to the Message DB event store and message
4+
store, designed for easy integration into Python applications.
55

66
[![Build Status](https://github.com/subhashb/message-db-py/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/subhashb/message-db-py/actions)
77
[![Code Coverage](https://codecov.io/gh/subhashb/message-db-py/graph/badge.svg?token=QMNUSLN2OM)](https://codecov.io/gh/subhashb/message-db-py)

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ name = "message-db-py"
33
version = "0.1.2"
44
description = "The Python interface to the MessageDB Event Store and Message Store"
55
authors = ["Subhash Bhushan <[email protected]>"]
6+
license = "MIT"
7+
readme = "README.md"
8+
classifiers = [
9+
"Topic :: Software Development :: Libraries :: Python Modules",
10+
"License :: OSI Approved :: MIT License",
11+
"Programming Language :: Python :: 3.11",
12+
"Programming Language :: Python :: 3.12",
13+
]
614

715
packages = [
816
{ include = "message_db" },

0 commit comments

Comments
 (0)