diff --git a/README.md b/README.md index 40b3ae8..a2dc0b5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 5b3cb4d..2c9fdfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["flit"] build-backend = "flit.buildapi" [project] -name = "tf-tabular" +name = "tabular-tf" authors = [ {name = "Mathias Claassen", email = "mathias@xmartlabs.com"}, ]