Skip to content

Commit

Permalink
🚧 fix(wip): setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mxchinegod committed Dec 12, 2023
1 parent 7754ad6 commit 6d65ba8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from setuptools import setup

setup(
name='hygiene',
version='0.0.6',
name='data-hygiene',
version='0.0.1',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
install_requires=[
],
url = 'https://github.com/DylanAlloy/hygiene'
url = 'https://github.com/Prismadic/hygiene'
)

0 comments on commit 6d65ba8

Please sign in to comment.