mirror of https://github.com/CIRCL/lookyloo
parent
4f2f378ce5
commit
1c5483317f
|
@ -1,11 +1,13 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pylookyloo"
|
name = "pylookyloo"
|
||||||
version = "0.5"
|
version = "0.6"
|
||||||
description = "Python client for Lookyloo"
|
description = "Python client for Lookyloo"
|
||||||
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
repository = "https://github.com/CIRCL/lookyloo/client"
|
repository = "https://github.com/CIRCL/lookyloo/client"
|
||||||
|
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
classifiers = [
|
classifiers = [
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
|
@ -21,6 +23,8 @@ classifiers = [
|
||||||
'Topic :: Internet',
|
'Topic :: Internet',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
include = ['README.md']
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
lookyloo = 'pylookyloo:main'
|
lookyloo = 'pylookyloo:main'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue