From 3a49c7ae3e7a73d44a1f5ef482889e810e5d6ac7 Mon Sep 17 00:00:00 2001 From: DylanAlloy Date: Tue, 12 Dec 2023 19:18:54 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20fix(wip):=20one=20more=20attempt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index b64bf61..e1a54ad 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Dylan +Copyright (c) 2023 Prismadic Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pyproject.toml b/pyproject.toml index 98e8fd7..97bb319 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "data-hygiene" +name = "data_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 f7f1cfe..de9fb7e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup( - name='data-hygiene', + name='data_hygiene', version='0.0.1', long_description=open('README.md').read(), long_description_content_type='text/markdown',