diff --git a/pyproject.toml b/pyproject.toml index 8392e46..444d465 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytaxonomies" -version = "0.9" +version = "1.0" description = "Python API for the taxonomies." authors = ["Raphaƫl Vinot "] 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 }