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