diff --git a/README.md b/README.md index 369b875..d0b3a7e 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index bb63eb9..8354159 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] +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" },