chg: Package readme

pull/67/head v0.6
Raphaël Vinot 2020-03-16 17:51:40 +01:00
parent 4f2f378ce5
commit 1c5483317f
1 changed files with 5 additions and 1 deletions

View File

@ -1,11 +1,13 @@
[tool.poetry]
name = "pylookyloo"
version = "0.5"
version = "0.6"
description = "Python client for Lookyloo"
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
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'