Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
david4096 committed Nov 8, 2024
1 parent ab93248 commit 2dd54f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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='[email protected]', # Replace with your email
description='A command-line tool for generating UMAP plots and KMeans clustering from JSONL data',
author_email='[email protected]',
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',
Expand Down

0 comments on commit 2dd54f1

Please sign in to comment.