Skip to content

Commit

Permalink
🚧 fix(wip): got a good name
Browse files Browse the repository at this point in the history
  • Loading branch information
mxchinegod committed Dec 13, 2023
1 parent 3a49c7a commit 26461f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
## 💾 Installation

``` bash
pip install data-hygiene
pip install llm-hygiene
```
or
``` bash
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 26461f2

Please sign in to comment.