diff --git a/pyproject.toml b/pyproject.toml index 14b5aa6..2d00a4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ name = "blis" version = "0.1.0" description = "" authors = ["edebrouwer "] +license-files = ["LICENSE.md"] readme = "README.md" [tool.poetry.dependencies] @@ -23,4 +24,4 @@ ipykernel = "^6.24.0" [build-system] requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"