Skip to content

Commit

Permalink
Fix poetry config
Browse files Browse the repository at this point in the history
Thanks to the assistance from @thejohnfreeman in
python-poetry/poetry#2015
  • Loading branch information
meshy committed Mar 7, 2021
1 parent 3df8df2 commit 2fc321b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ authors = ["Charlie Denton <charlie@meshy.co.uk>"]
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"
Expand Down

0 comments on commit 2fc321b

Please sign in to comment.