diff --git a/pyproject.toml b/pyproject.toml index 73924ea..794597c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,11 @@ [tool.poetry] name = "wagtail-draftail-snippet" -version = "0.2.0" +version = "0.2.1" description = "Associate RichTextBlock text content to a snippet model." authors = ["Parbhat Puri ", "Adam Hill "] repository = "https://github.com/themotleyfool/wagtail-draftail-snippet" readme = "README.md" +license = "BSD-3-Clause" [tool.poetry.dependencies] python = "^3.6"