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',