Skip to content

Commit

Permalink
we need to keep the package name to containers-sugar
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Dec 13, 2023
1 parent 41f9471 commit 187dcc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down

0 comments on commit 187dcc2

Please sign in to comment.