From 187dcc201797b07b45298e0d4e02c0fd7379c9e2 Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Tue, 12 Dec 2023 21:42:58 -0400 Subject: [PATCH] we need to keep the package name to containers-sugar --- docs/installation.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index f2351c3..96dbfa9 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -5,13 +5,13 @@ To install sugar, run this command in your terminal: ```bash -$ pip install sugar +$ pip install containers-sugar ``` Sugar is also available on conda-forge ```bash -$ conda install -c conda-forge sugar +$ conda install -c conda-forge containers-sugar ``` This is the preferred method to install sugar, diff --git a/pyproject.toml b/pyproject.toml index 5ba48a4..75893cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "sugar" +name = "containers-sugar" version = "1.9.1" # semantic-release description = "Simplify the usage of containers" authors = ["Ivan Ogasawara "]