diff --git a/pyproject.toml b/pyproject.toml index 2e71f2a0a..281d24788 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,8 @@ description = "Client for codeflash.ai - automatic code performance optimization license = "BSL-1.1" authors = ["CodeFlash Inc. "] 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 = [ @@ -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"