Skip to content

Commit

Permalink
Merge pull request #338 from aurelio-labs/james/add-license-to-pyproject
Browse files Browse the repository at this point in the history
chore: add license to pyproject
  • Loading branch information
jamescalam committed Jul 3, 2024
2 parents 8e6966e + 540adbd commit 5d64471
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "semantic-router"
version = "0.0.48"
version = "0.0.49"
description = "Super fast semantic router for AI decision making"
authors = [
"James Briggs <james@aurelio.ai>",
Expand All @@ -15,6 +15,9 @@ authors = [
readme = "README.md"
packages = [{include = "semantic_router"}]

[project]
license = {file = "LICENSE"}

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
pydantic = "^2.5.3"
Expand Down

0 comments on commit 5d64471

Please sign in to comment.