Skip to content

Commit 945890d

Browse files
committed
update pyproject.toml
1 parent 11b4da6 commit 945890d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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"
9+
repository = "https://github.com/codeflash-ai/codeflash"
10+
documentation = "https://docs.codeflash.ai/"
811
readme = "README.md"
912
packages = [{ include = "codeflash", format = ["sdist"] }]
1013
keywords = [
@@ -65,10 +68,7 @@ exclude = [
6568
]
6669

6770
[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/"
71+
7272

7373
# Versions here the minimum required versions for the project. These should be as loose as possible.
7474
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)