Skip to content

Commit

Permalink
Update project classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashb committed Apr 23, 2024
1 parent a65fd70 commit b826611
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Message-DB-py
# message-db-py

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

[![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)
[![Code Coverage](https://codecov.io/gh/subhashb/message-db-py/graph/badge.svg?token=QMNUSLN2OM)](https://codecov.io/gh/subhashb/message-db-py)
Expand Down
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ name = "message-db-py"
version = "0.1.2"
description = "The Python interface to the MessageDB Event Store and Message Store"
authors = ["Subhash Bhushan <[email protected]>"]
license = "MIT"
readme = "README.md"
classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

packages = [
{ include = "message_db" },
Expand Down

0 comments on commit b826611

Please sign in to comment.