Skip to content
Snippets Groups Projects
Unverified Commit 5d644716 authored by James Briggs's avatar James Briggs Committed by GitHub
Browse files

Merge pull request #338 from aurelio-labs/james/add-license-to-pyproject

chore: add license to pyproject
parents 8e6966e4 540adbd5
No related branches found
No related tags found
No related merge requests found
[tool.poetry] [tool.poetry]
name = "semantic-router" name = "semantic-router"
version = "0.0.48" version = "0.0.49"
description = "Super fast semantic router for AI decision making" description = "Super fast semantic router for AI decision making"
authors = [ authors = [
"James Briggs <james@aurelio.ai>", "James Briggs <james@aurelio.ai>",
...@@ -15,6 +15,9 @@ authors = [ ...@@ -15,6 +15,9 @@ authors = [
readme = "README.md" readme = "README.md"
packages = [{include = "semantic_router"}] packages = [{include = "semantic_router"}]
[project]
license = {file = "LICENSE"}
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.9,<3.13" python = ">=3.9,<3.13"
pydantic = "^2.5.3" pydantic = "^2.5.3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment