fix: pyproject & poetry

pull/6/head
Raphaël Vinot 2020-03-10 15:07:04 +01:00
parent e2f520beaf
commit 45752051d8
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pytaxonomies"
version = "0.9"
version = "1.0"
description = "Python API for the taxonomies."
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-3-Clause"
@ -23,6 +23,11 @@ include = ["pytaxonomies/data/misp-taxonomies/schema.json",
"pytaxonomies/data/misp-taxonomies/MANIFEST.json",
"pytaxonomies/data/misp-taxonomies/*/machinetag.json"]
packages = [
{ include = "pytaxonomies" },
{ include = "pytaxonomies", from="bin" }
]
[tool.poetry.dependencies]
python = "^3.6"
requests = { version = "^2.22.0", optional = true }