File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ version = "0.0.0" # Determined by poetry-dynamic-versioning during `poetry build
55description = " Client for codeflash.ai - automatic code performance optimization, powered by AI"
66license = " BSL-1.1"
77authors = [
" CodeFlash Inc. <[email protected] >" ]
8+ homepage = " https://codeflash.ai"
9+ repository = " https://github.com/codeflash-ai/codeflash"
10+ documentation = " https://docs.codeflash.ai/"
811readme = " README.md"
912packages = [{ include = " codeflash" , format = [" sdist" ] }]
1013keywords = [
@@ -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 ]
You can’t perform that action at this time.
0 commit comments