mirror of https://github.com/MISP/PyTaxonomies
parent
74cdc8c9fc
commit
dc4f445cf8
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pytaxonomies"
|
name = "pytaxonomies"
|
||||||
version = "1.1"
|
version = "1.2"
|
||||||
description = "Python API for the taxonomies."
|
description = "Python API for the taxonomies."
|
||||||
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
|
@ -46,7 +46,5 @@ mypy = "^0.761"
|
||||||
pytaxonomies = 'pytaxonomies.script:main'
|
pytaxonomies = 'pytaxonomies.script:main'
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry>=0.12"]
|
requires = ["poetry_core>=1.0", "setuptools"]
|
||||||
build-backend = "poetry.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue