We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70867b commit 4fdfd2aCopy full SHA for 4fdfd2a
setup.py
@@ -1,4 +1,4 @@
1
-from skbuild import setup
+from setuptools import setup
2
3
from pathlib import Path
4
@@ -7,6 +7,7 @@
7
8
setup(
9
name="open_text_embeddings",
10
+ url="https://github.com/limcheekin/open-text-embeddings",
11
description="Open Source Text Embedding Models with OpenAI API-Compatible Endpoint",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
0 commit comments