mirror of https://github.com/CIRCL/lookyloo
parent
4f2f378ce5
commit
1c5483317f
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue