From f7ec0905529f68c60f0672af832a3a460c3cbbac Mon Sep 17 00:00:00 2001 From: lukas Date: Sat, 20 Aug 2022 09:54:30 +0200 Subject: [PATCH] fix: README support on pypi --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e95c11f2..420d6c13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,9 @@ [tool.poetry] name = "django-unfold" -version = "0.1.1" +version = "0.1.2" description = "Clean & minimal Django admin theme based on Tailwind CSS" license = "MIT" +readme = "README.md" authors = [] homepage = "https://github.com/remastr/django-unfold" repository = "https://github.com/remastr/django-unfold"