Skip to content

Commit 11b4da6

Browse files
committed
update urls
1 parent fb27a4c commit 11b4da6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.0.0" # Determined by poetry-dynamic-versioning during `poetry build
55
description = "Client for codeflash.ai - automatic code performance optimization, powered by AI"
66
license = "BSL-1.1"
77
authors = ["CodeFlash Inc. <[email protected]>"]
8-
homepage = "https://codeflash.ai"
98
readme = "README.md"
109
packages = [{ include = "codeflash", format = ["sdist"] }]
1110
keywords = [
@@ -65,6 +64,12 @@ exclude = [
6564
"env",
6665
]
6766

67+
[project.urls]
68+
Homepage = "https://codeflash.ai"
69+
Changelog = "https://github.com/codeflash-ai/codeflash/releases"
70+
Repository = "https://github.com/codeflash-ai/codeflash"
71+
Documentation = "https://docs.codeflash.ai/"
72+
6873
# Versions here the minimum required versions for the project. These should be as loose as possible.
6974
[tool.poetry.dependencies]
7075
python = ">=3.9"

0 commit comments

Comments
 (0)