diff --git a/pyproject.toml b/pyproject.toml index c7aa926..d1185e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,9 @@ authors = ["Charlie Denton "] license = "MIT" packages = [ { include = "schema_graph" }, - { include = "schema_graph/static/schema_graph/main.js" }, ] +include = ["schema_graph/static/schema_graph/main.js"] + [tool.poetry.dependencies] python = "~2.7 || ^3.5"