pyproject

This commit is contained in:
phact 2025-12-17 11:35:42 -05:00
parent afdf337c55
commit cbfdf1c8a8

View file

@ -1,6 +1,6 @@
[build-system] [build-system]
requires = ["hatchling"] requires = ["setuptools>=61.0", "wheel"]
build-backend = "hatchling.build" build-backend = "setuptools.build_meta"
[project] [project]
name = "openrag-sdk" name = "openrag-sdk"
@ -16,7 +16,6 @@ keywords = ["openrag", "rag", "retrieval", "ai", "sdk", "api"]
classifiers = [ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
@ -42,8 +41,8 @@ Documentation = "https://docs.openr.ag/sdk/python"
Repository = "https://github.com/langflow-ai/openrag" Repository = "https://github.com/langflow-ai/openrag"
Issues = "https://github.com/langflow-ai/openrag/issues" Issues = "https://github.com/langflow-ai/openrag/issues"
[tool.hatch.build.targets.wheel] [tool.setuptools.packages.find]
packages = ["openrag_sdk"] include = ["openrag_sdk*"]
[tool.pytest.ini_options] [tool.pytest.ini_options]
asyncio_mode = "auto" asyncio_mode = "auto"