Skip to content

Commit f3f9b67

Browse files
committed
Update project info
1 parent 433b91b commit f3f9b67

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# rico
2-
Rich content to HTML as easy as `Doc(df, plot)`.
3-
4-
<br>
5-
61
[![CI](https://github.com/e10v/rico/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/e10v/rico/actions/workflows/ci.yml)
72
[![Coverage](https://codecov.io/github/e10v/rico/coverage.svg?branch=main)](https://codecov.io/gh/e10v/rico)
83
[![License](https://img.shields.io/github/license/e10v/rico)](https://github.com/e10v/rico/blob/main/LICENSE)
94
[![Version](https://img.shields.io/pypi/v/rico.svg)](https://pypi.org/project/rico/)
105
[![Package Status](https://img.shields.io/pypi/status/rico.svg)](https://pypi.org/project/rico/)
116
[![PyPI Python Versions](https://img.shields.io/pypi/pyversions/rico.svg)](https://pypi.org/project/rico/)
7+
8+
# rico
9+
10+
Rich content to HTML as easy as `Doc(df, plot)`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires-python = ">=3.10"
1010
readme = "README.md"
1111
license = {text = "MIT"}
1212
classifiers = [
13-
"Development Status :: 2 - Pre-Alpha",
13+
"Development Status :: 3 - Alpha",
1414
"Intended Audience :: Developers",
1515
"Intended Audience :: Science/Research",
1616
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)