From 8c225d580e2b60e03265eaacb57d5ebbbbbeeb26 Mon Sep 17 00:00:00 2001 From: Chang Ye Date: Fri, 26 Apr 2024 03:44:45 -0500 Subject: [PATCH 1/2] quick update --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0c11c30..7fb3829 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,5 +26,8 @@ twine = "^3.1.1" [tool.poetry.scripts] cfutils = "cfutils.cli:cli" +[tool.poetry.group.dev.dependencies] +docutils = "0.18.0" + [tool.black] line-length = 79 From 0a72da76f6890dd8dd97244e048e97d8ea66184e Mon Sep 17 00:00:00 2001 From: Chang Y Date: Sun, 30 Jun 2024 18:18:49 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 06d72e0..c403487 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ [![Readthedocs](https://readthedocs.org/projects/cfutils/badge/?version=latest)](https://cfutils.readthedocs.io/en/latest/?badge=latest) -[![Build Status](https://img.shields.io/travis/y9c/cfutils.svg)](https://travis-ci.org/y9c/cfutils) [![Pypi Releases](https://img.shields.io/pypi/v/cfutils.svg)](https://pypi.python.org/pypi/cfutils) [![Downloads](https://static.pepy.tech/badge/cfutils)](https://pepy.tech/project/cfutils)