Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ description = "Client for codeflash.ai - automatic code performance optimization
license = "BSL-1.1"
authors = ["CodeFlash Inc. <[email protected]>"]
homepage = "https://codeflash.ai"
repository = "https://github.com/codeflash-ai/codeflash"
documentation = "https://docs.codeflash.ai/"
readme = "README.md"
packages = [{ include = "codeflash", format = ["sdist"] }]
keywords = [
Expand Down Expand Up @@ -65,6 +67,9 @@ exclude = [
"env",
]

[project.urls]


# Versions here the minimum required versions for the project. These should be as loose as possible.
[tool.poetry.dependencies]
python = ">=3.9"
Expand Down
Loading