diff --git a/pyproject.toml b/pyproject.toml index 774b5ab..b0e977e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,12 @@ [tool.poetry] name = "searchcode" -version = "0.1.0" +version = "0.1.1" description = "An unofficial Python SDK for Searchcode." authors = ["Richard Mwewa "] license = "GPL-3.0+ License" readme = "README.md" homepage = "https://searchcode.com" +repository = "https://github.com/rly0nheart/searchcode-sdk" classifiers = [ "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3",