Skip to content

Commit 7989f72

Browse files
docs: refine project description in README and pyproject.toml for clarity
1 parent 38d6d54 commit 7989f72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# django-rustfs
44

5-
A **plug-and-play Django storage backend** for [RustFS](https://rustfs.com/) - the high-performance, S3-compatible object storage built in Rust.
5+
Django storage backend for [RustFS](https://rustfs.com/) — an S3-compatible object storage server.
66

77
[![PyPI version](https://badge.fury.io/py/django-rustfs.svg)](https://badge.fury.io/py/django-rustfs)
88
[![Python versions](https://img.shields.io/pypi/pyversions/django-rustfs.svg)](https://pypi.org/project/django-rustfs/)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "django-rustfs"
77
version = "0.2.0"
8-
description = "A plug-and-play Django storage backend for RustFS - the high-performance, S3-compatible object storage."
8+
description = "Django storage backend for RustFS — an S3-compatible object storage server"
99
readme = "README.md"
1010
license = "Apache-2.0"
1111
requires-python = ">=3.9"

0 commit comments

Comments
 (0)