From 2dd54f16c7b142cbe5b941c5e663f807f633cd1c Mon Sep 17 00:00:00 2001 From: David Steinberg Date: Thu, 7 Nov 2024 20:57:05 -0800 Subject: [PATCH] fix setup.py --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 7cf5569..bf4f354 100644 --- a/setup.py +++ b/setup.py @@ -1,14 +1,14 @@ from setuptools import setup, find_packages setup( - name='huggingface-rdf', - version='0.1.0', + name='croissant-rdf', + version='0.1.1', author='David Steinberg', - author_email='david@resium.com', # Replace with your email - description='A command-line tool for generating UMAP plots and KMeans clustering from JSONL data', + author_email='david@resium.com', + description='Tools for working with RDF from Croissant JSON-LD resources ', long_description=open('README.md').read(), long_description_content_type='text/markdown', - url='https://github.com/david4096/huggingface-rdf', + url='https://github.com/david4096/croissant-rdf', packages=find_packages(), install_requires=[ 'huggingface_hub',