From 26461f2f8e8abb5a5ae6edc0c0073b029eeaa405 Mon Sep 17 00:00:00 2001 From: DylanAlloy Date: Tue, 12 Dec 2023 19:35:10 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20fix(wip):=20got=20a=20good=20nam?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e773a02..54244b9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ## 💾 Installation ``` bash -pip install data-hygiene +pip install llm-hygiene ``` or ``` bash diff --git a/pyproject.toml b/pyproject.toml index 97bb319..8e4bb4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "data_hygiene" +name = "llm_hygiene" version = "0.0.1" description = "a data preprocessing toolkit that makes it easy to create common LLM-related data structures; from training data to chain payloads!" readme = "dynamic" \ No newline at end of file diff --git a/setup.py b/setup.py index de9fb7e..4870a36 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup( - name='data_hygiene', + name='llm_hygiene', version='0.0.1', long_description=open('README.md').read(), long_description_content_type='text/markdown',