diff --git a/pyproject.toml b/pyproject.toml index 4492b7f..3301315 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,10 @@ [tool.poetry] name = "atsdk" -version = "0.2.39" +version = "0.2.40" description = "Python SDK for atPlatform" authors = ["Umang Shah ","Chris Swan "] maintainers = ["Chris Swan "] +license = "BSD-3-Clause" readme = "README.PyPI.md" packages = [{include = "at_client"}] homepage = "https://github.com/atsign-foundation/at_python"