From 1c5483317f061b95ef0ec073930d108a1bbefa58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 16 Mar 2020 17:51:40 +0100 Subject: [PATCH] chg: Package readme --- client/pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/pyproject.toml b/client/pyproject.toml index 67e6a3ad..10c91461 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -1,11 +1,13 @@ [tool.poetry] name = "pylookyloo" -version = "0.5" +version = "0.6" description = "Python client for Lookyloo" authors = ["Raphaƫl Vinot "] license = "AGPL-3.0-or-later" repository = "https://github.com/CIRCL/lookyloo/client" +readme = "README.md" + classifiers = [ 'Development Status :: 4 - Beta', 'Environment :: Console', @@ -21,6 +23,8 @@ classifiers = [ 'Topic :: Internet', ] +include = ['README.md'] + [tool.poetry.scripts] lookyloo = 'pylookyloo:main'