Skip to content

Commit

Permalink
Name change due to "similar name clash" (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen committed Jun 27, 2024
1 parent 3471ad0 commit ddd4dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TF Tabular is a project aimed at simplifying the process of handling tabular dat
To get started with TF Tabular, you will need to install it using pip:

```sh
pip install tf-tabular
pip install tabular-tf
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["flit"]
build-backend = "flit.buildapi"

[project]
name = "tf-tabular"
name = "tabular-tf"
authors = [
{name = "Mathias Claassen", email = "[email protected]"},
]
Expand Down

0 comments on commit ddd4dc2

Please sign in to comment.