Skip to content

Commit f297295

Browse files
committed
Rename package from "modulex" to "modulex-python" in pyproject.toml, README.md, and SECURITY.md to reflect the updated naming convention. Update installation instructions accordingly.
1 parent f49c0d4 commit f297295

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
The official Python SDK for the [ModuleX](https://modulex.dev) AI workflow orchestration platform.
44

55
[![CI](https://github.com/ModuleXAI/modulex-python/actions/workflows/ci.yml/badge.svg)](https://github.com/ModuleXAI/modulex-python/actions/workflows/ci.yml)
6-
[![PyPI](https://img.shields.io/pypi/v/modulex)](https://pypi.org/project/modulex/)
7-
[![Python](https://img.shields.io/pypi/pyversions/modulex)](https://pypi.org/project/modulex/)
8-
[![License](https://img.shields.io/github/license/modulex/modulex-python)](LICENSE)
6+
[![PyPI](https://img.shields.io/pypi/v/modulex-python)](https://pypi.org/project/modulex-python/)
7+
[![Python](https://img.shields.io/pypi/pyversions/modulex-python)](https://pypi.org/project/modulex-python/)
8+
[![License](https://img.shields.io/github/license/ModuleXAI/modulex-python)](LICENSE)
99

1010
## Installation
1111

1212
```bash
13-
pip install modulex
13+
pip install modulex-python
1414
```
1515

1616
## Quick Start

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ You should receive an acknowledgement within **48 hours**. We will work with you
2323

2424
## Scope
2525

26-
This security policy applies to the `modulex` Python SDK package. For vulnerabilities in the ModuleX API or platform itself, please contact contact@modulex.dev as well.
26+
This security policy applies to the `modulex-python` SDK package. For vulnerabilities in the ModuleX API or platform itself, please contact contact@modulex.dev as well.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "modulex"
6+
name = "modulex-python"
77
version = "0.1.0"
88
description = "Official Python SDK for the ModuleX AI workflow orchestration platform"
99
readme = "README.md"

0 commit comments

Comments
 (0)