Skip to content

Commit

Permalink
🚧 fix(wip): one more attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
mxchinegod committed Dec 13, 2023
1 parent 6d65ba8 commit 3a49c7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
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 = "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"
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='data_hygiene',
version='0.0.1',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 3a49c7a

Please sign in to comment.