Skip to content

Commit ddd4dc2

Browse files
Name change due to "similar name clash" (#35)
1 parent 3471ad0 commit ddd4dc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ TF Tabular is a project aimed at simplifying the process of handling tabular dat
1616
To get started with TF Tabular, you will need to install it using pip:
1717

1818
```sh
19-
pip install tf-tabular
19+
pip install tabular-tf
2020
```
2121

2222
## Usage

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["flit"]
33
build-backend = "flit.buildapi"
44

55
[project]
6-
name = "tf-tabular"
6+
name = "tabular-tf"
77
authors = [
88
{name = "Mathias Claassen", email = "mathias@xmartlabs.com"},
99
]

0 commit comments

Comments
 (0)