From 8b037ff8c1479985f84d16d948f106b56a6f51fd Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Tue, 2 Jan 2024 11:26:19 -0700 Subject: [PATCH] remove incorrect file --- .../pyproject.toml | 44 ------------------- 1 file changed, 44 deletions(-) delete mode 100644 .github/workflows/python/openinference-semantic-conventions/pyproject.toml diff --git a/.github/workflows/python/openinference-semantic-conventions/pyproject.toml b/.github/workflows/python/openinference-semantic-conventions/pyproject.toml deleted file mode 100644 index 3581a2dc2..000000000 --- a/.github/workflows/python/openinference-semantic-conventions/pyproject.toml +++ /dev/null @@ -1,44 +0,0 @@ -[build-system] -requires = ["hatchling"] -build-backend = "hatchling.build" - -[project] -name = "openinference-semantic-conventions" -dynamic = ["version"] -description = "OpenInference Semantic Conventions" -readme = "README.md" -license = "Apache-2.0" -requires-python = ">=3.7" -authors = [ - { name = "OpenInference Authors", email = "oss@arize.com" }, -] -classifiers = [ - "Development Status :: 4 - Beta", - "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", - "Programming Language :: Python", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11", -] - -[project.optional-dependencies] -test = [] - -[project.urls] -Homepage = "https://github.com/Arize-ai/openinference/tree/main/python/openinference-semantic-conventions" - -[tool.hatch.version] -path = "src/openinference/semconv/version.py" - -[tool.hatch.build.targets.sdist] -include = [ - "/src", - "/tests", -] - -[tool.hatch.build.targets.wheel] -packages = ["src/openinference"] \ No newline at end of file