Skip to content

Commit 4fdfd2a

Browse files
committed
feat: replaced skbuild with setuptools and added repo url
1 parent b70867b commit 4fdfd2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from skbuild import setup
1+
from setuptools import setup
22

33
from pathlib import Path
44

@@ -7,6 +7,7 @@
77

88
setup(
99
name="open_text_embeddings",
10+
url="https://github.com/limcheekin/open-text-embeddings",
1011
description="Open Source Text Embedding Models with OpenAI API-Compatible Endpoint",
1112
long_description=long_description,
1213
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)