Skip to content

Commit

Permalink
Fix the location of LICENSE file
Browse files Browse the repository at this point in the history
LICENSE is included automatically by poetry and it's installed
into .dist-info directory. This manual include caused the file to
be installed also into lib/python3.11/site-packages next
to the main databooks package.
  • Loading branch information
frenzymadness committed Nov 8, 2022
1 parent a0cb049 commit 2df9e2e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ readme = "README.md"
homepage = "https://datarootsio.github.io/databooks/"
repository = "https://github.com/datarootsio/databooks/"
keywords = ["jupyter-notebooks", "cli"]
include = [
"LICENSE",
]

[tool.poetry.scripts]
databooks = "databooks.cli:app"
Expand Down

0 comments on commit 2df9e2e

Please sign in to comment.