Skip to content

Commit

Permalink
update licence field
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan McGuire authored and Morgan McGuire committed Jan 25, 2024
1 parent b403be4 commit 20070e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "wandbot"
version = "1.1.0"
description = "A Q&A bot for Weights & Biases documentation"
authors = ["parambharat <[email protected]>"]
license = "LICENSE"
license = "Apache-2.0"
readme = "README.md"
homepage = "https://github.com/wandb/wandbot"
repository = "https://github.com/wandb/wandbot"
Expand Down Expand Up @@ -48,7 +48,9 @@ langchain = "^0.1.0"
langchain-openai = "^0.0.2"
setuptools = "69.0.2" # needed to install on replit (added 2024-23-01)

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev]

[tool.poetry.group.dev.dependencies]
fasttext = {git = "https://github.com/cfculhane/fastText"} # FastText doesn't come with pybind11 and we need to use this workaround.

[build-system]
Expand Down

0 comments on commit 20070e9

Please sign in to comment.