From 51123841527acfe52ae40948b989bb89abf8ba80 Mon Sep 17 00:00:00 2001 From: Fang-Pen Lin Date: Fri, 4 Aug 2023 23:31:14 -0700 Subject: [PATCH] Rename --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80dcf8c..f9719b4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# beanhub-beancount-repo-cookiecutter +# beanhub-beancount-cookiecutter The template for generating BeanHub.io initial Beancount repository with cookiecutter diff --git a/pyproject.toml b/pyproject.toml index 4e2c520..ca2779c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "beanhub-beancount-repo-cookiecutter" +name = "beanhub-beancount-cookiecutter" version = "0.1.0" description = "" authors = ["Fang-Pen Lin "]